Changes by Sanjeev Paskaradevan :
--
nosy: +Sanjeev
___
Python tracker
<http://bugs.python.org/issue1745722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sanjeev Paskaradevan :
--
keywords: +patch
Added file: http://bugs.python.org/file29464/wsgi_xml_rpc.patch
___
Python tracker
<http://bugs.python.org/issue1745
Changes by Sanjeev Paskaradevan :
--
versions: +Python 3.4 -Python 3.2
___
Python tracker
<http://bugs.python.org/issue1745722>
___
___
Python-bugs-list mailin
Changes by Sanjeev Paskaradevan :
--
nosy: +Sanjeev
___
Python tracker
<http://bugs.python.org/issue9350>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sanjeev Paskaradevan :
--
keywords: +patch
Added file: http://bugs.python.org/file29489/remove_argument_group.patch
___
Python tracker
<http://bugs.python.org/issue9
Changes by Sanjeev Paskaradevan :
--
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue9350>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sanjeev Paskaradevan added the comment:
An implementation of mogrify for pysqlite will necessarily be different from
the Psycopg2 implementation because of the way queries are executed in Psycopg2
vs. pysqlite.
In Pyscopg2 the arguments are bound into the query using mogrify and then