zopefoundation / zope.publisher

Map requests from HTTP/WebDAV clients, web browsers, XML-RPC and FTP clients onto Python objects
Other
3 stars 12 forks source link

Add support for Python3.2, and really test PyPy3. #7

Closed jamadden closed 9 years ago

jamadden commented 9 years ago

Python3.2 will fail until zopefoundation/zope.i18n#15 is released.

This was again mostly a mechanical transformation of string prefixes.

.travis.yml was converted to use Tox. An extra setting was added to tox.ini for PyPy3 that corrects test_browserrequest:testFormNoEncodingUsesUTF8 and testFormAcceptsStarButNotUTF8 failing in the cgi module with encoding errors. This may or may not be necessary on other systems, but it was on my system (OS X) with my locale settings....comments in the locale module indicate that OS X may do things differently than other platforms.

tseaver commented 9 years ago

Travis now passes w/ the release of zope.i18n 4.0.1.

tseaver commented 9 years ago

Released: