diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-03-18 19:24:40 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-03-18 19:24:40 (GMT) |
commit | eff5a4e9014dfa8134d955ec69685e47cb6b03ed (patch) | |
tree | 83abc70e3ed38f4fc33cba646c37927b5b006f7c | |
parent | 631df7550f417d2cc529c4be188fc0abfdc6202b (diff) | |
download | cpython-eff5a4e9014dfa8134d955ec69685e47cb6b03ed.zip cpython-eff5a4e9014dfa8134d955ec69685e47cb6b03ed.tar.gz cpython-eff5a4e9014dfa8134d955ec69685e47cb6b03ed.tar.bz2 |
The missing NEWS entry for r61542..
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and builtins 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 |