| commit | c65a525cdc9ce2e0af56e1a75deb877e935cee2f | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Fri Aug 05 13:44:50 1994 +0000 |
| committer | Guido van Rossum <guido@python.org> | Fri Aug 05 13:44:50 1994 +0000 |
| tree | 3d9826ef689cd442f8906c2fed6b8eed008b4acc | |
| parent | 781db5d0bb24889dbcd06203b38d4eb886d45f87 [diff] |
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
shorter names (dropped the "module" from the name): sunaudiodev,
imgformat, audioop, imageop, imgfile
* Modules/stropmodule.c (strop_rindex): make rindex('abc', '') do
the right thing (i.e. return 3 instead of 0)
* Modules/socketmodule.c: disabled allowbroadcast() socket method