SIGN IN SIGN UP

Have strftime() check its time tuple argument to make sure the tuple's values

are within proper boundaries as specified in the docs.

This can break possible code (datetime module needed changing, for instance)
that uses 0 for values that need to be greater 1 or greater (month, day, and
day of year).

Fixes bug #897625.
B
Brett Cannon committed
d1080a3418b2a162b44d0d5738a6da2276133eb7
Parent: 0a4977c