@vmaljulin Please review.
This assert is always true...
Are you sure? Is this documented?
str1 = 'abc' str2 = 'abc' + 'd' assert str2 > str1 # always true as long as string is after substring in lexicographical order
Are you quoting some documentation? Please include source. This could be just behavior of CPython.
rebased onto d015f33acbf21c0d7a2073322dc6d924381ebf16
I changed the when1 + '1' to add_to_timestamp(when1, microseconds=1).
when1 + '1'
add_to_timestamp(when1, microseconds=1)
rebased onto afeb38de2863dbb8980e3c264f88e5ba4428473a
+1
rebased onto d01077577d4b5e4101d7e1707df77fe08c9507be
Pull-Request has been merged by lholecek