This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow jython to complete test_zlib test
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, bckfnn, gvanrossum
Priority: normal Keywords: patch

Created on 2001-07-13 16:22 by bckfnn, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch_test_zlib bckfnn, 2001-07-13 16:22 The patch
Messages (5)
msg36979 - (view) Author: Finn Bock (bckfnn) * (Python triager) Date: 2001-07-13 16:22
The more advanced flush options are not availabe in 
java. With the patch, test_zlib will only use the 
advanced flush options if they are defined in the zlib 
module.
msg36980 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-08-09 17:57
Logged In: YES 
user_id=6380

Andrew, can you review this?
msg36981 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-08-10 15:44
Logged In: YES 
user_id=11375

The patch looks good.  Finn, you don't seem to have 
checkin privileges to the Python source tree, so I'll 
check this patch in, but you should really get checkin 
privileges.

msg36982 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-08-10 15:49
Logged In: YES 
user_id=6380

Good point, Andrew. I've added Finn to the developers.

Anyone else who deserves developer privileges?
msg36983 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-08-10 15:50
Logged In: YES 
user_id=11375

Applied to rev.1.14 of test_zlib.py.

History
Date User Action Args
2022-04-10 16:04:12adminsetgithub: 34746
2001-07-13 16:22:41bckfnncreate