web.py 0.40 release, small and flexible framework for Python

web.py 0.40 was released. web.py is a small and flexible Python framework design to be simple (Keep it simple and powerful), the source code is very short, only provide a framework necessary for something that does not rely on a large number of third-party modules, it does URL routing, no templates and no access to the database.

It should be noted that the 0.40 is the last version to support Python 2.

This updated version includes:

  • Python 3 compatibility fixes many problems.
  • Python version <2.7 is no longer supported.
  • Get data from table allows http PATCH request.
  • Support SameSite cookie property.
  • cookie expiration time is now set to the same session timeout.
  • SQLite database support url, such sqlite:///mydb.sqliteas:
    sqlite:////absolute/path/mydb.sqlite , .
  • web.form.Input () allows HTML5 form input elements.
  • Add more form classes for different types: Email, Url, Number, Range, Color, Search, Telephone and Datalist.
  • NoMethod error handler returns body.
  • experimental / directory has been removed.
  • Repair request url in unicode.

View details Update Description: https://github.com/webpy/webpy/releases

Guess you like

Origin www.oschina.net/news/110242/webpy-0-40-released