bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

Merge bug fixes into release #1332

Open NKID00 opened 3 years ago

NKID00 commented 3 years ago

1009 #1188 fixed the date formatting bug in the master branch. However the same bug still exists in the latest release and caused malfunction of my server.

master:

release-0.12:

Is it possible to merge these bug fixes (and also other bug fixes which haven't been merged) into the release branch?

Or should I use the master branch in a production-grade server in order to get the bug fixed?

oz123 commented 3 years ago

@NKID00 I have been using the master branch for like 4 years now in production.. Never had a problem. Bottle is quite well tested 💪

NKID00 commented 3 years ago

@oz123 Thanks. The server using the master branch is working just fine now.