[Python-Dev] Re: Switching to Discourse

2022-08-18 Thread Baptiste Carvello
Le 18/07/2022 à 13:45, Baptiste Carvello a écrit : > Le 15/07/2022 à 17:52, Petr Viktorin a écrit : >> >> For everything on Discourse, the RSS feed is at >> https://discuss.python.org/latest.rss >> For a specific categoriy/topic, append .rss to the Web URL. > > [...] > Is there a way to access all

[Python-Dev] Re: Adding new escapes to regex module

2022-08-18 Thread Serhiy Storchaka
17.08.22 19:34, MRAB пише: It's not just Java. Perl supports all 4 of \h, \H, \v and \V. That might be why Java 8 changed. But Perl does not have conflict between strings and regular expressions, because regular expression is a separate syntax construct. _

[Python-Dev] Re: Adding new escapes to regex module

2022-08-18 Thread Antoine Pitrou
On Wed, 17 Aug 2022 19:23:02 +0100 MRAB wrote: > >> > >> I do not like introducing escapes which are not supported in other RE > >> implementations. There is a chance of future conflicts. > >> > >> Java broke compatibility in Java 8 by redefining \v from a single > >> vertical tab character to t