]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Modules/{Setup.in,Makefile.pre.in}: renamed some modules to
authorGuido van Rossum <guido@python.org>
Fri, 5 Aug 1994 13:44:50 +0000 (13:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Aug 1994 13:44:50 +0000 (13:44 +0000)
commitc65a525cdc9ce2e0af56e1a75deb877e935cee2f
tree3d9826ef689cd442f8906c2fed6b8eed008b4acc
parent781db5d0bb24889dbcd06203b38d4eb886d45f87
* 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
Modules/Makefile.pre.in
Modules/Setup.in
Modules/regexpr.c
Modules/socketmodule.c
Modules/stropmodule.c