[Python-Dev] PEP 273 - Import from Zip Archives
Guido van Rossum
guido@python.org
Thu, 28 Feb 2002 11:31:10 -0500
Thu, 28 Feb 2002 11:31:10 -0500
- Previous message: [Python-Dev] PEP 273 - Import from Zip Archives
- Next message: [Python-Dev] PEP 273 - Import from Zip Archives
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> True when Greg wrote it, but strop is now > depecrated, and not necessarily builtin. It's > still the best route, because strop has no > dependencies, while string does. Have a look at the code. It no longer import strop -- it uses string methods now. :-) --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] PEP 273 - Import from Zip Archives
- Next message: [Python-Dev] PEP 273 - Import from Zip Archives
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]