[Python-3000] re.LOCALE

Antoine Pitrou solipsis at pitrou.net
Sun Jun 29 23:13:30 CEST 2008


Another question, about re.LOCALE. Its utility is dubious, and it's never used
in the stdlib (apart from the re tests themselves). What should we do:
 - drop it entirely
 - only allow it on bytes patterns (it doesn't make sense on unicode strings)
 - leave it as-is
?




More information about the Python-3000 mailing list