Changes between Initial Version and Version 1 of Ticket #21379, comment 2
- Timestamp:
- Mar 13, 2014, 8:38:44 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21379, comment 2
initial v1 6 6 * If it should instead only allow ascii letters, the simplest way would be to use the explicit regexp, since the `re.ASCII` flag exists only in Py3. 7 7 8 Exemple (Python 3): 8 Two examples, showing that the "jean-rené" username is accepted in Python 3 and not in Python 2: 9 10 On Python 3: 9 11 {{{ 10 12 #!python