Fixed #16123 -- Ensured strptime receive proper string type
strptime generates an UnicodeEncodeError when using a non-ascii unicode string on Python 2.
Loading
Please register or sign in to comment
strptime generates an UnicodeEncodeError when using a non-ascii unicode string on Python 2.