diff options
author | Guido van Rossum <guido@python.org> | 1998-08-04 22:58:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-04 22:58:51 (GMT) |
commit | fc8f5d1a7f258370781ba681489122c8469a77be (patch) | |
tree | 9288b4c96396d333e80c6fac9002df07c8c19ffd /Misc | |
parent | bcc207484a0f8f27a684e11194e7430c0710f66d (diff) | |
download | cpython-fc8f5d1a7f258370781ba681489122c8469a77be.zip cpython-fc8f5d1a7f258370781ba681489122c8469a77be.tar.gz cpython-fc8f5d1a7f258370781ba681489122c8469a77be.tar.bz2 |
typo (pwill -> will).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ serialized. Recursive imports are not affected. - Rewrote the finalization code almost completely, to be much more careful with the order in which modules are destroyed. Destructors -pwill now generally be able to reference built-in names such as None +will now generally be able to reference built-in names such as None without trouble. - Case-insensitive platforms such as Mac and Windows require the case |