[Python-Dev] Bug in stringobject?
Anthony Baxter
anthony at interlink.com.au
Sun Jun 18 04:19:39 CEST 2006
More information about the Python-Dev mailing list
Sun Jun 18 04:19:39 CEST 2006
- Previous message: [Python-Dev] Adding winerror module (Beta 1 schedule ?)
- Next message: [Python-Dev] unicode imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Friday 16 June 2006 23:13, Fredrik Lundh wrote: > 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. If you don't get time before the code freeze for beta 1, I don't have a problem with this bug fix going in for beta 2. Anthony -- Anthony Baxter <anthony at interlink.com.au> It's never too late to have a happy childhood.
- Previous message: [Python-Dev] Adding winerror module (Beta 1 schedule ?)
- Next message: [Python-Dev] unicode imports
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list