summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-05 15:51:00 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-05 15:51:00 (GMT)
commit5552eb7203a0deee003be4e91f4817448d712af6 (patch)
tree090ee851e8b1437ed2a6a568c498888a48b7d83c /TODO
parentc65a525cdc9ce2e0af56e1a75deb877e935cee2f (diff)
downloadcpython-5552eb7203a0deee003be4e91f4817448d712af6.zip
cpython-5552eb7203a0deee003be4e91f4817448d712af6.tar.gz
cpython-5552eb7203a0deee003be4e91f4817448d712af6.tar.bz2
* BUGS: new file (merger of unofficial BUGS1.0.x files)
* Makefile.in (TAGS): Call etags w/o -t option
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b7c3036..ab0ea26 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+(-) write a script and add a "Make" rule (perhaps) that changes
+ #!/usr/local/bin/python to something else in all scripts around.
+
(*) int*int overflow check shouldn't doubles on alpha (cf. John Tromp's mail)
(*) add signal.alarm()