Kaydet (Commit) 52973611 authored tarafından Barry Warsaw's avatar Barry Warsaw

Bump to version 2.6a1

üst 1cc60ed2
......@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 0
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "2.6a0"
#define PY_VERSION "2.6a1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"
......
......@@ -12,8 +12,8 @@ What's New in Python 2.6 alpha 1?
Core and builtins
-----------------
- Issue #2051: pyc and pyo files are not longer created with permission 644. The
mode is now inherited from the py file.
- Issue #2051: pyc and pyo files are not longer created with permission
644. The mode is now inherited from the py file.
- Issue #2067: file.__exit__() now calls subclasses' close() method.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment