projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afb609
)
Fix typo in module docstring.
author
Tim Peters
<tim.peters@gmail.com>
Wed, 15 Aug 2001 06:07:42 +0000
(06:07 +0000)
committer
Tim Peters
<tim.peters@gmail.com>
Wed, 15 Aug 2001 06:07:42 +0000
(06:07 +0000)
Tools/scripts/cleanfuture.py
patch
|
blob
|
history
diff --git
a/Tools/scripts/cleanfuture.py
b/Tools/scripts/cleanfuture.py
index ebb9e5def4f19354b21142d4ba42d1b5445cf17f..3f2da3a9869cc0f445b21efcd4f29575b4731d82 100644
(file)
--- a/
Tools/scripts/cleanfuture.py
+++ b/
Tools/scripts/cleanfuture.py
@@
-18,7
+18,7
@@
Overwrites files in place, renaming the originals with a .bak extension. If
cleanfuture finds nothing to change, the file is left alone. If cleanfuture
does change a file, the changed file is a fixed-point (i.e., running
cleanfuture on the resulting .py file won't change it again, at least not
-until you try it again with a
m
later Python release).
+until you try it again with a later Python release).
Limitations: You can do these things, but this tool won't help you then: