diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-05 22:49:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-05 22:49:09 (GMT) |
commit | 93ef79cce3cbc7cd57602e08b59e9a6144044d82 (patch) | |
tree | 5e7458749ea2dd43ce66eb604d02bbdf7e7afa2a | |
parent | d968e27581e42874427979c87885997c59af5ba5 (diff) | |
download | cpython-93ef79cce3cbc7cd57602e08b59e9a6144044d82.zip cpython-93ef79cce3cbc7cd57602e08b59e9a6144044d82.tar.gz cpython-93ef79cce3cbc7cd57602e08b59e9a6144044d82.tar.bz2 |
period
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Core and Builtins - Issue #4211: The __path__ attribute of frozen packages is now a list instead of a string as required by PEP 302. -- Issue #3727: Fixed poplib +- Issue #3727: Fixed poplib. - Issue #3714: Fixed nntplib by using bytes where appropriate. |