mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #13592: Improved the repr for regular expression pattern objects.
Based on patch by Hugo Lopes Tavares.
This commit is contained in:
parent
c1207c1bcf
commit
5c24d0e504
5 changed files with 150 additions and 1 deletions
|
|
@ -81,6 +81,8 @@
|
|||
#define SRE_FLAG_DOTALL 16
|
||||
#define SRE_FLAG_UNICODE 32
|
||||
#define SRE_FLAG_VERBOSE 64
|
||||
#define SRE_FLAG_DEBUG 128
|
||||
#define SRE_FLAG_ASCII 256
|
||||
#define SRE_INFO_PREFIX 1
|
||||
#define SRE_INFO_LITERAL 2
|
||||
#define SRE_INFO_CHARSET 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue