Issue 3345: Patch for CGIHTTPServer.is_cgi function documentation (original) (raw)

Issue3345

Created on 2008-07-11 23:30 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
CGIHTTPServer.py.diff tebeka,2008-07-11 23:30 Patch file
Messages (2)
msg69574 - (view) Author: Miki Tebeka (tebeka) * Date: 2008-07-11 23:30
The current documentation is wrong and does not specify the fact that this functions sets "cgi_info" (maybe also rename the function?)
msg69847 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-07-16 22:09
Thanks, fixed in r65039.
History
Date User Action Args
2022-04-11 14:56:36 admin set github: 47595
2008-07-16 22:09:27 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-07-11 23:30:05 tebeka create