projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42caf3f
)
Fix typo
author
Andrew M. Kuchling
<amk@amk.ca>
Wed, 15 Aug 2001 15:54:56 +0000
(15:54 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Wed, 15 Aug 2001 15:54:56 +0000
(15:54 +0000)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index e2bc502baef4f69248d2556c6f6e5c879197dddf..7648e3fbdc4493ef086b16ae145fd8e3fe07d766 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-4,7
+4,7
@@
What's New in Python 2.2a2?
Tools
- The new Tools/scripts/cleanfuture.py can be used to automatically
- edit out obsol
u
te future statements from Python source code. See
+ edit out obsol
e
te future statements from Python source code. See
the module docstring for details.
Tests