diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-19 06:49:27 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-09-19 06:49:27 (GMT) |
commit | cfe7dd96cf59587d931cadf92a5b6b667cb426b9 (patch) | |
tree | 689059cf21c100ec8611cb4f31c119e17e5e5eb6 /Misc | |
parent | 3efd0a1e860183ad41134070076f84bc555ef653 (diff) | |
download | cpython-cfe7dd96cf59587d931cadf92a5b6b667cb426b9.zip cpython-cfe7dd96cf59587d931cadf92a5b6b667cb426b9.tar.gz cpython-cfe7dd96cf59587d931cadf92a5b6b667cb426b9.tar.bz2 |
Note fix of memory leak.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,6 +146,8 @@ present). Extension Modules ----------------- +- Fix memory leak in posix.access(). + - Patch #1213831: Fix typo in unicodedata._getcode. - Bug #1007046: os.startfile() did not accept unicode strings encoded in |