Changeset 391 for python/trunk/Doc/tools/sphinxext/patchlevel.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/tools/sphinxext/patchlevel.py
r2 r391 42 42 'PY_RELEASE_LEVEL_ALPHA': 'a', 43 43 'PY_RELEASE_LEVEL_BETA': 'b', 44 'PY_RELEASE_LEVEL_GAMMA': ' c',44 'PY_RELEASE_LEVEL_GAMMA': 'rc', 45 45 } 46 46 if level != 'PY_RELEASE_LEVEL_FINAL':
Note:
See TracChangeset
for help on using the changeset viewer.