diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-11 15:33:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-11-11 15:33:12 (GMT) |
commit | c54b8ceb91306359d1b7eb2c4c4ae356a8a0a271 (patch) | |
tree | bb31e568f3fa736049b6a49a6ea0ea2baf766590 /Misc | |
parent | 9665cca16d031b929d1c652654870657aeb127f4 (diff) | |
download | cpython-c54b8ceb91306359d1b7eb2c4c4ae356a8a0a271.zip cpython-c54b8ceb91306359d1b7eb2c4c4ae356a8a0a271.tar.gz cpython-c54b8ceb91306359d1b7eb2c4c4ae356a8a0a271.tar.bz2 |
Issue #7759: Fixed the mhlib module on filesystems that doesn't support
link counting for directories.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #7759: Fixed the mhlib module on filesystems that doesn't support + link counting for directories. + - Issue #892902: Fixed pickling recursive objects. - Issue #18010: Fix the pydoc GUI's search function to handle exceptions |