We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
%t
1 parent 2f7634c commit 43c8345Copy full SHA for 43c8345
1 file changed
Lib/_strptime.py
@@ -382,7 +382,9 @@ def __init__(self, locale_time=None):
382
'Z': self.__seqToRE((tz for tz_names in self.locale_time.timezone
383
for tz in tz_names),
384
'Z'),
385
- '%': '%'}
+ 't': '\t',
386
+ '%': '%'
387
+ }
388
if self.locale_time.LC_alt_digits is None:
389
for d in 'dmyCHIMS':
390
mapping['O' + d] = r'(?P<%s>\d\d|\d| \d)' % d
0 commit comments