PyWebLib 1.0.4

Michael Ströder michael@stroeder.com
Fri, 20 Jul 2001 17:35:32 +0200


HI!

I'd like to announce PyWebLib 1.0.4.

You can find it on:

  http://www.stroeder.com/pylib/PyWebLib/

But be warned that documentation is very sparse (some short examples
and pydoc-generated HTML) and the API might be still subject to
subtle changes.

Ciao, Michael.

------------------------------------------------------------------

2001-07-19      PyWebLib 1.0.4
- Local var maxContentLength is calculated correctly now in
  Form.getInputFields() instead of using class attribute
  Form.maxContentLength. Class attribute Form.maxContentLength
  was abandoned completely.
- Fixed test program cgi-bin/test-session.py to reflect
  renaming of key word arguments done in 1.0.3 for
  pyweblib.session.WebSession.__init__()

------------------------------------------------------------------

2001-07-13      PyWebLib 1.0.3
Changes since 1.0.2
- Cleaned up pyweblib.session.CleanUpThread
- Some incompatible renaming of key word arguments of
  pyweblib.session.WebSession.__init__()!