[Zope-Checkins] CVS: Zope/lib/python/ZPublisher - HTTPRequest.py:1.85 cgi_hotfix.py:NONE
Andreas Jung
andreas@andreas-jung.com
Sat, 30 Nov 2002 04:18:40 -0500
Update of /cvs-repository/Zope/lib/python/ZPublisher
In directory cvs.zope.org:/tmp/cvs-serv2895
Modified Files:
HTTPRequest.py
Removed Files:
cgi_hotfix.py
Log Message:
removed cgi_hotfix since cgi.py is fixed for Python 2.1.3 and latest
Python 2.2.X version
=== Zope/lib/python/ZPublisher/HTTPRequest.py 1.84 => 1.85 ===
--- Zope/lib/python/ZPublisher/HTTPRequest.py:1.84 Tue Nov 12 11:06:07 2002
+++ Zope/lib/python/ZPublisher/HTTPRequest.py Sat Nov 30 04:18:40 2002
@@ -25,10 +25,6 @@
from maybe_lock import allocate_lock
xmlrpc=None # Placeholder for module that we'll import if we have to.
-#cgi hotfix:
-if not hasattr(cgi, 'valid_boundary'):
- import cgi_hotfix
-
isCGI_NAME = {
'SERVER_SOFTWARE' : 1,
'SERVER_NAME' : 1,
=== Removed File Zope/lib/python/ZPublisher/cgi_hotfix.py ===