[Moin-devel] CVS: MoinMoin cgimain.py,1.41,1.42

J?rgen Hermann jhermann at users.sourceforge.net
Sat Jan 26 06:20:03 EST 2002


Update of /cvsroot/moin/MoinMoin
In directory usw-pr-cvs1:/tmp/cvs-serv22257

Modified Files:
	cgimain.py 
Log Message:
Bug reported by Joo-won Jung <sanori at sanori.net>


Index: cgimain.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/cgimain.py,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** cgimain.py	2002/01/25 10:51:53	1.41
--- cgimain.py	2002/01/26 14:18:59	1.42
***************
*** 139,143 ****
          # check for non-URI characters and then handle them according to
          # http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1
!         if pagename and sys.prefix[:2] != '1.':
              try:
                  dummy = unicode(pagename, 'ASCII')
--- 139,143 ----
          # check for non-URI characters and then handle them according to
          # http://www.w3.org/TR/REC-html40/appendix/notes.html#h-B.2.1
!         if pagename and sys.version[:2] != '1.':
              try:
                  dummy = unicode(pagename, 'ASCII')





More information about the Moin-devel mailing list