Issue #13592: Improved the repr for regular expression pattern objects.

Based on patch by Hugo Lopes Tavares.
This commit is contained in:
Serhiy Storchaka 2013-11-23 22:42:43 +02:00
parent c1207c1bcf
commit 5c24d0e504
5 changed files with 150 additions and 1 deletions

View file

@ -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