zopefoundation / grokproject

Script that creates a Grok project directory, installs Grok, the Grok Toolkit and the Zope Toolkit and sets up a complete skeleton for a new Grok web application.
Other
2 stars 8 forks source link

six urllib behaviour correction for version data #7

Closed prsephton closed 7 years ago

prsephton commented 7 years ago

The use of urllib as imported via six differs in its returned result from Python2.7 urllib2. This patch fixes the issue.