File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323#define PY_MINOR_VERSION 6
2424#define PY_MICRO_VERSION 0
2525#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
26- #define PY_RELEASE_SERIAL 0
26+ #define PY_RELEASE_SERIAL 1
2727
2828/* Version as a string */
29- #define PY_VERSION "2.6a0 "
29+ #define PY_VERSION "2.6a1 "
3030
3131/* Subversion Revision number of this file (not of the repository) */
3232#define PY_PATCHLEVEL_REVISION "$Revision$"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ What's New in Python 2.6 alpha 1?
1212Core and builtins
1313-----------------
1414
15- - Issue #2051: pyc and pyo files are not longer created with permission 644. The
16- mode is now inherited from the py file.
15+ - Issue #2051: pyc and pyo files are not longer created with permission
16+ 644. The mode is now inherited from the py file.
1717
1818- Issue #2067: file.__exit__() now calls subclasses' close() method.
1919
You can’t perform that action at this time.
0 commit comments