diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-18 11:06:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-18 11:06:43 (GMT) |
commit | fd32fffa5ada8b8be8a65bd51b001d989f99a3d3 (patch) | |
tree | 2b0324a2068af8e9b1d887bb74b426ac9f12ca2b /Misc | |
parent | e3010fd740b63df306f878fc872e29d5f6be7487 (diff) | |
download | cpython-fd32fffa5ada8b8be8a65bd51b001d989f99a3d3.zip cpython-fd32fffa5ada8b8be8a65bd51b001d989f99a3d3.tar.gz cpython-fd32fffa5ada8b8be8a65bd51b001d989f99a3d3.tar.bz2 |
Issue #8402: Added the escape() function to the glob module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ Core and Builtins Library ------- +- Issue #8402: Added the escape() function to the glob module. + - Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. - Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a |