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.
%n
strptime
1 parent e9927fb commit c674612Copy full SHA for c674612
1 file changed
Lib/_strptime.py
@@ -382,6 +382,7 @@ 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
+ 'n': r'\s*',
386
't': r'\s*',
387
'%': '%'
388
}
0 commit comments