comparison doc/upgrading.txt @ 7922:ded9f1c3f112

announce deprecation for PySQLite in 2.5.0 sqlite3 is better and installed with Python.
author John Rouillard <rouilj@ieee.org>
date Tue, 30 Apr 2024 22:17:50 -0400
parents e3975f679bf1
children 29a666d8a70d
comparison
equal deleted inserted replaced
7921:e3975f679bf1 7922:ded9f1c3f112
489 Deprecation Notices (info) 489 Deprecation Notices (info)
490 -------------------------- 490 --------------------------
491 491
492 Support for SQLite version 1 has been removed in 2.4.0. 492 Support for SQLite version 1 has been removed in 2.4.0.
493 493
494 Support for the `PySQLite <https://github.com/ghaering/pysqlite>`_
495 library will be removed in 2.5.0. Only the Python supplied sqlite3
496 library will be supported.
497
494 .. index:: Upgrading; 2.2.0 to 2.3.0 498 .. index:: Upgrading; 2.2.0 to 2.3.0
495 499
496 Migrating from 2.2.0 to 2.3.0 500 Migrating from 2.2.0 to 2.3.0
497 ============================= 501 =============================
498 502

Roundup Issue Tracker: http://roundup-tracker.org/