w4py3 icon indicating copy to clipboard operation
w4py3 copied to clipboard

Webware for Python 3

Results 8 w4py3 issues
Sort by recently updated
recently updated
newest added

Add more advice to the [Migration Guide](https://webwareforpython.github.io/w4py3/migrate.html) when we have more experience with migrating apps.

documentation
help wanted

Currently, the API of Webware 3.0 still uses the traditional naming conventions and the conventions for getters and setters that originated from times when there was no PEP8 and Python...

discussion
modernization

For instance, add "Last-modified:" to generic files that are served via Webware.

enhancement
investigate

Add more unit tests, expand the regression test suite, and increase test coverage.

testing

Provide highly automated benchmarking so we can track changes in performance.

optimization
testing

If a Python file has only one class that inherits from Servlet, then use that as the Servlet class (rather than requiring the name be the same as the file).

enhancement

We should integrate support for i18n and l10n or at least document how to handle this in Webware using existing tools.

feature
investigate

Separate more clearly and systematically which messages are printed to stdout and which to stderr, or even better: Make use of the logging module instead of conditional print statements with...

enhancement
modernization