]> granicus.if.org Git - python/commit
+ A msg on c.l.py reminded me that docstrings can be implicitly catenated.
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Aug 2001 05:33:53 +0000 (05:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Aug 2001 05:33:53 +0000 (05:33 +0000)
commit3055ad234aeaf768f58bdbc45ab25c47770b6f81
tree03b364bc0c6d7c534fdec1fdd99770babf864051
parent33277c767fc4165bf1f8cc05067b2aa32f2a641c
+ A msg on c.l.py reminded me that docstrings can be implicitly catenated.
  Cater to that.
+ Major speed boost via not reading more of files than necessary.  This
  was no slouch before; now it screams.
+ Improve msg when giving up on a goofy future statement.
Tools/scripts/cleanfuture.py