[issue12734] Request for property support in Python re lib

2021-01-26 Thread John Mark Vandenberg
Change by John Mark Vandenberg : -- nosy: +jayvdb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue12734] Request for property support in Python re lib

2017-07-23 Thread Socob
Changes by Socob <206a8...@opayq.com>: -- nosy: +Socob ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue12734] Request for property support in Python re lib

2013-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12734] Request for property support in Python re lib

2011-08-26 Thread Guido van Rossum
Guido van Rossum added the comment: +1 on adding the feature to 3.3 in whichever way makes sense. -- nosy: +gvanrossum ___ Python tracker ___ ___

[issue12734] Request for property support in Python re lib

2011-08-15 Thread Tom Christiansen
Changes by Tom Christiansen : Removed file: http://bugs.python.org/file22902/nametests.py ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12734] Request for property support in Python re lib

2011-08-15 Thread Tom Christiansen
Tom Christiansen added the comment: Oh whoops, that was the long ticket. Shall I reupload to the right number? -- ___ Python tracker ___ ___

[issue12734] Request for property support in Python re lib

2011-08-15 Thread Tom Christiansen
Tom Christiansen added the comment: Sorry I didn't include a test case. Hope this makes up for it. If not, please tell me how to write better test cases. :( Yeah ok, so I'm a bit persnickety or even unorthodox about my vertical alignment, but it really helps to make what is different from on

[issue12734] Request for property support in Python re lib

2011-08-15 Thread Ezio Melotti
Ezio Melotti added the comment: This indeed should be "fixed" by replacing 're' with 'regex'. So I would suggest to focus your tests on 'regex' and report them there so that possible bugs gets fixed and tested before we include the module in the stdlib. -- __

[issue12734] Request for property support in Python re lib

2011-08-12 Thread Matthew Barnett
Changes by Matthew Barnett : -- nosy: +mrabarnett ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12734] Request for property support in Python re lib

2011-08-12 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue12734] Request for property support in Python re lib

2011-08-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue12734] Request for property support in Python re lib

2011-08-11 Thread Tom Christiansen
Tom Christiansen added the comment: I've been a lot of testing of Matthew's regex library against UTS#18 issues, but only somewhat incidentally testing re. To use regex, one has to accept that certain things will work differently than they work in re, because he is following Unicode definitio

[issue12734] Request for property support in Python re lib

2011-08-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue12734] Request for property support in Python re lib

2011-08-11 Thread R. David Murray
R. David Murray added the comment: I think the only way re is going to get "spiffed up" is by replacing it with Matthew's library. This is a goal, but I'm not sure where exactly we are in the process. The more Matthew's code gets tested (especially for compatibility with the current re API)

[issue12734] Request for property support in Python re lib

2011-08-11 Thread Tom Christiansen
New submission from Tom Christiansen : Python supports no Unicode properties in its re library, making it unsuitable for work with Unicode. This is therefore a formal request for the Python re library to support Unicode properties. The eleven properties required by Unicode Technical Report #1