[Python-Dev] Bug in stringobject?
Fredrik Lundh
fredrik at pythonware.com
Fri Jun 16 15:13:35 CEST 2006
More information about the Python-Dev mailing list
Fri Jun 16 15:13:35 CEST 2006
- Previous message: [Python-Dev] Bug in stringobject?
- Next message: [Python-Dev] Beta 1 schedule ? (Bug in stringobject?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M.-A. Lemburg wrote: > Since replace() only works on string objects, it appears > as if a temporary string object would have to be created. > However, this would involve an unnecessary allocation > and copy process... it appears as if the refactoring > during the NFS sprint left out that case. what's the beta 1 status ? fixing this should be trivial, but I don't have any cycles to spare today. </F>
- Previous message: [Python-Dev] Bug in stringobject?
- Next message: [Python-Dev] Beta 1 schedule ? (Bug in stringobject?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list