Issue 638825: Logging 0.4.7 & patches thereto (original) (raw)

Created on 2002-11-15 08:40 by vinay.sajip, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
logging-0.4.7.tar.gz vinay.sajip,2002-11-15 08:40 Version 0.4.7 of PEP282 logging package
patches.zip vinay.sajip,2002-11-15 09:10
Messages (5)
msg41656 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2002-11-15 08:40
Recently released version 0.4.7 of the logging package (core of this recently accepted into CVS for 2.3). Includes unit tests and examples. Main regression test harness is log_test.py. There are some known issues - reported by Neal Norwitz. I will upload a patch to handle these.
msg41657 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2002-11-15 09:10
Logged In: YES user_id=308438 I've uploaded patches.zip, containing logging.patch (patches the logging module) and test.patch (patch to log_test17.py)
msg41658 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-11-15 16:51
Logged In: YES user_id=6380 Vinaj, I'm unclear on what to do with this. Can you clarify?
msg41659 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-15 23:34
Logged In: YES user_id=33168 Vinay, logging.patch is a reverse diff. It would be easier if you used CVS to generate the diff. That would also allow changes to be made in the python version and you could integrate them easily. patches.zip contains 2 files: test.patch & logging.patch. I have applied logging.patch. as logging/__init__.py 1.3 and logging/config.py 1.4. test.patch should be applied to the tests in logging-0.4.7.tar.gz, is that correct? Vinay, were you going to convert the tests in the .tar.gz so they could be integrated into the python test suite? If so, it seems the .tar.gz is not necessary. We could close this patch and when you have finished packaging up your tests, you could submit a new patch.
msg41660 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-19 13:26
Logged In: YES user_id=33168 As per email, closing this patch. A new patch will contain the tests.
History
Date User Action Args
2022-04-10 16:05:54 admin set github: 37478
2002-11-15 08:40:24 vinay.sajip create