Skip to content

Commit e311a26

Browse files
author
James William Pye
committed
Note about API stability.
1 parent a537d39 commit e311a26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

postgresql/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"""
66
py-postgresql is a Python package for using PostgreSQL. This includes low-level
77
protocol tools, a driver(PG-API and DB-API), and cluster management tools.
8+
9+
If it's not documented in the narratives, `postgresql.documentation.index`, then
10+
the stability of the APIs should *not* be trusted.
811
"""
912
__author__ = "James William Pye <x@jwp.name>"
1013
__date__ = "2009-01-19 21:15:00-07"

0 commit comments

Comments
 (0)