[issue19810] Adding a feature to python interpreter

2013-11-27 Thread madan ram
Changes by madan ram : -- title: adding an feature to python interpreter -> Adding a feature to python interpreter ___ Python tracker <http://bugs.python.org/issu

[issue19810] adding an feature to python interpreter

2013-11-27 Thread madan ram
New submission from madan ram: I found that it will be useful to show the list of function arguments using inspect module. When the function executed by the user in interpreter as "TypeError". ex: - >>def foo(a,b=4,c="hello"): ... print a,b,c >>foo()

[issue18708] Change required in python 3.4 interpretor .

2013-08-10 Thread madan ram
New submission from madan ram: As I observed when using python 3.4 Interpretor is that it would be able to distinguish between char by '' and string by "" >>> input() a 'a' and >>> input() aa 'aa' it would be better if out

[issue18707] the readme should also talk about how to build doc.

2013-08-10 Thread madan ram
New submission from madan ram: Since most of and also I faced problem of building Doc initially then later i found out how to build Doc. So i thought to include details on how to build Doc in README. -- assignee: docs@python components: Build, Devguide, Documentation, Installation

[issue18703] To change the doc of html/faq/gui.html

2013-08-10 Thread madan ram
Changes by madan ram : -- nosy: +aleax, eric.araujo, ezio.melotti, georg.brandl ___ Python tracker <http://bugs.python.org/issue18703> ___ ___ Python-bugs-list m

[issue18703] To change the doc of html/faq/gui.html

2013-08-10 Thread madan ram
Changes by madan ram : Removed file: http://bugs.python.org/file31218/gui.rst ___ Python tracker <http://bugs.python.org/issue18703> ___ ___ Python-bugs-list mailin

[issue18703] To change the doc of html/faq/gui.html

2013-08-10 Thread madan ram
Changes by madan ram : -- keywords: +patch Added file: http://bugs.python.org/file31219/mywork.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18703] To change the doc of html/faq/gui.html

2013-08-10 Thread madan ram
Changes by madan ram : -- type: -> enhancement ___ Python tracker <http://bugs.python.org/issue18703> ___ ___ Python-bugs-list mailing list Unsubscri

[issue18703] To change the doc of html/faq/gui.html

2013-08-10 Thread madan ram
New submission from madan ram: "Qt 4.5 upwards is licensed under the LGPL license; also, commercial licenses are available from Nokia." Since new version of Qt 5 is realsed and Licenced under Digia. So i am fixing this issue . i am going to write it as PyQt5 is licensed on all