Re: Patches to Webware 1.0.2 for Python 2.3 installation
Christoph Zwerschke <[email protected]> Mon, 29 Jun 2009 20:50:39 +0200
| Newsgroups | gmane.comp.python.webware |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the patches, Justin, they are welcome. I'm currently working on 1.1 which will require Py >= 2.4. There I have already replaced such checks with "isinstance(..., basestring)" which effectively does the same but is a newer idiom. But I will also backport this to the 1.0.3 bugfix release. The 1.0.x versions will always compatible with Py >= 2.0. Here we need to import StringTypes from MiscUtils because it appeared only in newer Py vers. If you have more suggestions and patches, let me know. -- Christoph ------------------------------------------------------------------------------