Re: [bottlepy/bottle] How to modify server adapters? (Issue #1385)

2022-06-27 Thread נתי שטרן
I sent this to mailing list בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp : > Then ask specific questions. Also, this is an issue tracker, not a support > forum. Try the mailing-list. > > — > Reply to this email directly, view it on GitHub >

Bottle server adepter - how to modify ?

2022-06-27 Thread נתי שטרן
Tnx -- -- https://mail.python.org/mailman/listinfo/python-list

Re: Logging into single file from multiple modules in python when TimedRotatingFileHandler is used

2022-06-27 Thread Peter J. Holzer
On 2022-06-21 02:04:52 -0700, Chethan Kumar S wrote: > I have a main process which makes use of different other modules. And > these modules also use other modules. I need to log all the logs into > single log file. Due to use of TimedRotatingFileHandler, my log > behaves differently after midnight

Re: Subtract n months from datetime

2022-06-27 Thread Peter J. Holzer
On 2022-06-21 05:29:52 +0100, Paulo da Silva wrote: > I implemented a part of a script to subtract n months from datetime. > Basically I subtracted n%12 from year and n//12 from the month adding 12 > months when it goes<=0. Then used try when converting to datetime again. So, > if the day is for ex

Re: [bottlepy/bottle] How to modify server adapters? (Issue #1385)

2022-06-27 Thread נתי שטרן
I looked on code but I still need help on this topic I also need help with wsgiref בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp : > Bottle is just a single file and server adapters are often just a couple > of lines long. "Look at the code" is often the best advice. You so do not > need ser