Message 114944 - Python tracker (original) (raw)

Message114944

Author vstinner
Recipients Arfrever, Romme, amaury.forgeotdarc, eric.araujo, ezio.melotti, flox, kristjan.jonsson, pitrou, vstinner
Date 2010-08-25.22:58:07
SpamBayes Score 6.848269e-05
Marked as misclassified No
Message-id 1282777089.18.0.645198960662.issue9425@psf.upfronthosting.co.za
In-reply-to
Content
> r84012 patchs zipimporter_init() to use the new PyUnicode_FSDecoder() > and use Py_UNICODE* (unicode) strings instead of char* (byte) strings. oops, it's r84013 (not r84012)
History
Date User Action Args
2010-08-25 22:58:09 vstinner set recipients: + vstinner, amaury.forgeotdarc, pitrou, kristjan.jonsson, ezio.melotti, eric.araujo, Arfrever, flox, Romme
2010-08-25 22:58:09 vstinner set messageid: 1282777089.18.0.645198960662.issue9425@psf.upfronthosting.co.za
2010-08-25 22:58:08 vstinner link issue9425 messages
2010-08-25 22:58:07 vstinner create