[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- nosy: +Sanjeev ___ Python tracker <http://bugs.python.org/issue1745722> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- keywords: +patch Added file: http://bugs.python.org/file29464/wsgi_xml_rpc.patch ___ Python tracker <http://bugs.python.org/issue1745

[issue1745722] please add wsgi to SimpleXMLRPCServer

2013-03-18 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker <http://bugs.python.org/issue1745722> ___ ___ Python-bugs-list mailin

[issue9350] add remove_argument_group to argparse

2013-03-19 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- nosy: +Sanjeev ___ Python tracker <http://bugs.python.org/issue9350> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9350] add remove_argument_group to argparse

2013-03-19 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- keywords: +patch Added file: http://bugs.python.org/file29489/remove_argument_group.patch ___ Python tracker <http://bugs.python.org/issue9

[issue9350] add remove_argument_group to argparse

2013-03-19 Thread Sanjeev Paskaradevan
Changes by Sanjeev Paskaradevan : -- versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issue9350> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9506] sqlite3 mogrify - return query string

2013-03-20 Thread Sanjeev Paskaradevan
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