web.py 0.4 release, Python Web framework

web.py is a small and flexible Python framework that is simple and powerful. 0.4 is the last version to support Python 2, the next version will no longer support Python 2. Updates are as follows:

  • Repair Python 3 compatibility issues
  • Cancel support for Python <2.7 in
  • Gets the data allows http request from a patch
  • Only in the case of non-default data stored in the new session data
  • Support SameSite cookie property
  • cookie expiration time is now set to the same session timeout
  • Supports SQLite database url, such as sqlite: ///mydb.sqlite,sqlite: ////absolute/path/mydb.sqlite
  • Allow web.form.input () in HTML 5 form input elements
  • Add more form classes for different types: Email, Url, Number, Range, Color, Search, Telephone and Datalist
  • Directory experimental / deleted
  • Module web / webopenid.py has been deleted, it uses the old python-OpenID module
  • Fixed a request Unicode
  • Fixed inline comments that caused the error in Templator
  • Fix the IP address space which contains not verified
  • Fixed incorrect parameter order send e-mail using the boto
  • Fixed DiskStore concurrency issues
  • Fix the problem for the first time when the code changes, Reloader does not capture the APP module

For details, see Release Log:

https://github.com/webpy/webpy/releases/tag/0.40

Guess you like

Origin www.oschina.net/news/110196/web-py-0-4-released