diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-27 15:53:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-09-27 15:53:01 (GMT) |
commit | e430073fe739cbba200742ed9e884d4a067bd0d0 (patch) | |
tree | 1ed58d61a9c87c177dea363041059202ce4e3a62 /Misc | |
parent | 6e7c14013a8e6564bb67edc92b1264e2fc4c9af5 (diff) | |
download | cpython-e430073fe739cbba200742ed9e884d4a067bd0d0.zip cpython-e430073fe739cbba200742ed9e884d4a067bd0d0.tar.gz cpython-e430073fe739cbba200742ed9e884d4a067bd0d0.tar.bz2 |
Issue #9850: Fixed macpath.join() for empty first component. Patch by
Oleg Oshmyan.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ Core and Builtins Library ------- +- Issue #9850: Fixed macpath.join() for empty first component. Patch by + Oleg Oshmyan. + - Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS directory attributes. |