diff options
author | Guido van Rossum <guido@python.org> | 1994-08-05 15:51:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-05 15:51:00 (GMT) |
commit | 5552eb7203a0deee003be4e91f4817448d712af6 (patch) | |
tree | 090ee851e8b1437ed2a6a568c498888a48b7d83c /TODO | |
parent | c65a525cdc9ce2e0af56e1a75deb877e935cee2f (diff) | |
download | cpython-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-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |