diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-27 19:56:30 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-27 19:56:30 (GMT) |
commit | 415ed937c21f0d563fb11a20189831b908673462 (patch) | |
tree | 022cd5e9955db1b55dc5583a50e10ae2f7207c0f /Misc | |
parent | b9eb5510e676627759d804271dc3b46682291cc2 (diff) | |
download | cpython-415ed937c21f0d563fb11a20189831b908673462.zip cpython-415ed937c21f0d563fb11a20189831b908673462.tar.gz cpython-415ed937c21f0d563fb11a20189831b908673462.tar.bz2 |
Skip over doc strings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -393,6 +393,8 @@ Extension Modules Library ------- +- The compiler package now supports future imports after the module docstring. + - Bug #1413790: zipfile now sanitizes absolute archive names that are not allowed by the specs. |