[Python-3000] Release Countdown (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sat Sep 1 07:31:04 CEST 2007
- Previous message: [Python-3000] Release Countdown
- Next message: [Python-3000] Release Countdown
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If it works because the bytecode compiler changes x.split(":") into the moral equivalent of
try: x.split(":") except StrNotBytesError: x.split(b":") that is good enough.
And how do you propose to implement that?
Regards, Martin
- Previous message: [Python-3000] Release Countdown
- Next message: [Python-3000] Release Countdown
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]