web.py is a web framework for python that is as simple as it is powerful.
Python
Latest commit b725a4f Jun 15, 2017 @anandology anandology Make the datestr output consistent on Windows and Unix.
On Unix, the datestr renders the day without the leading zero, like
"June 3" where as on windows, it used to give "June 03".

Thanks @sboden for reporting this issue and PR and @jzellman for
additional comments.

Issue #348

README.md

web.py is a web framework for Python that is as simple as it is powerful.

Visit http://webpy.org/ for more information.

build status