Author: cito
Date: Sat Nov 28 07:43:31 2015
New Revision: 656

Log:
Removed outdated note in docstring about unicode

Unicode is now supported in the query and in the params on both Python 2 and 3.

Modified:
   trunk/module/pg.py

Modified: trunk/module/pg.py
==============================================================================
--- trunk/module/pg.py  Sat Nov 28 07:32:31 2015        (r655)
+++ trunk/module/pg.py  Sat Nov 28 07:43:31 2015        (r656)
@@ -536,10 +536,6 @@
         be substituted for the corresponding numbered parameter. Parameter
         values can also be given as a single list or tuple argument.
 
-        Note that the query string must not be passed as a unicode value,
-        but you can pass arguments as unicode values if they can be decoded
-        using the current client encoding.
-
         """
         # Wraps shared library function for debugging.
         if not self.db:
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to