[Python-checkins] r61544 - python/branches/release25-maint/Misc/NEWS
gregory.p.smith
python-checkins at python.org
Tue Mar 18 20:24:40 CET 2008
Author: gregory.p.smith
Date: Tue Mar 18 20:24:40 2008
New Revision: 61544
Modified:
python/branches/release25-maint/Misc/NEWS
Log:
The missing NEWS entry for r61542..
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Tue Mar 18 20:24:40 2008
@@ -17,6 +17,9 @@
Library
-------
+- Issue #1747858: Fix chown to work with large uid's and gid's on 64-bit
+ platforms.
+
- Bug #2220: handle rlcompleter attribute match failure more gracefully.
- Bug #1725737: In distutil's sdist, exclude RCS, CVS etc. also in the
More information about the Python-checkins
mailing list