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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,5 +1,30 @@ +Fri Aug 5 11:43:16 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * BUGS: new file (merger of unofficial BUGS1.0.x files) + + * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to + shorter names (dropped the "module" from the name): sunaudiodev, + imgformat, audioop, imageop, imgfile + + * Python/import.c: support *.o/*.so as alternative for + *module.o/*module.so + + * Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do + the right thing (i.e. return 3 instead of 0) + + * Python/bltinmodule.c (builtin_vars): correct typo in error msg + + * Doc/libsocket.tex (subsection{Socket Object Methods}): + documented gethostname() and a few misc things + + * Modules/socketmodule.c: disabled allowbroadcast() socket method + Mon Aug 1 01:28:29 1994 Guido van Rossum (guido@voorn.cwi.nl) + * Makefile.in (TAGS): Call etags w/o -t option + + * Lib/rfc822.py: fix two bugs + * Lib/test/test_types.py (6.4.1): test for particular bug in integer multiply |