web.py v0.62 Release Notes

Release Date: 2020-11-09 // over 5 years ago
    • 🛠 Fixed: application.load() assumes ctx.path will be a latin1 string #687
    • 🛠 Fixed: can not reset session data to same value as initialized. #683
    • 🛠 Fixed: can not set session expire time. #655
    • 🛠 Fixed: not export session store MemoryStore.

Previous changes from v0.61

    • ➕ Add python_requires=">=3.5" in setup.py #662
    • 🛠 Fix incorrect content in MANIFEST.in file.