[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()
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: foo() takes at least 2 arguments (0 given)

Rather the displaying like above it is will be much more readable to show as 
below.

foo()
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: foo() takes at least 1 arguments args=['a', 'b', 'c'], varargs=None, 
keywords=None, defaults=(4, 'hello') (0 given)

This will be advantageous when the user has forgotten what parameter to use for 
builtin function when working offline.

--
components: Interpreter Core
messages: 204569
nosy: eric.araujo, ezio.melotti, georg.brandl, gpolo, madan.ram
priority: normal
severity: normal
status: open
title: adding an feature to python interpreter
versions: Python 3.3, Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19810
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19810] Adding a feature to python interpreter

2013-11-27 Thread madan ram

Changes by madan ram madan_...@rocketmail.com:


--
title: adding an feature to python interpreter - Adding a feature to python 
interpreter

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue19810
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-08-11 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
files: README.diff
keywords: patch
messages: 194866
nosy: docs@python, eric.araujo, ezio.melotti, georg.brandl, madan.ram
priority: normal
severity: normal
status: open
title: the readme should also talk about how to build doc.
versions: Python 3.4
Added file: http://bugs.python.org/file31227/README.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18707
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18708] Change required in python 3.4 interpretor .

2013-08-11 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 output was
aa

but if i want to fix this which file to edit.

--
components: Interpreter Core
messages: 194867
nosy: madan.ram, rhettinger
priority: normal
severity: normal
status: open
title: Change required in python 3.4 interpretor .
type: enhancement
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18708
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 platforms under a commercial license and the GPL v3. 
Your PyQt5 license must be compatible with your Qt license.
If you use the GPL version then your own code must also use a compatible 
license.

Note:-PyQt5, unlike Qt, is not available under the LGPL.

You can purchase a commercial PyQt5 license here.

--
assignee: docs@python
components: Documentation
files: gui.rst
messages: 194824
nosy: docs@python, madan.ram
priority: normal
severity: normal
status: open
title: To change the doc of html/faq/gui.html
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file31218/gui.rst

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18703
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-08-10 Thread madan ram

Changes by madan ram madan_...@rocketmail.com:


--
type:  - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18703
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-08-10 Thread madan ram

Changes by madan ram madan_...@rocketmail.com:


Removed file: http://bugs.python.org/file31218/gui.rst

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18703
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-08-10 Thread madan ram

Changes by madan ram madan_...@rocketmail.com:


--
keywords: +patch
Added file: http://bugs.python.org/file31219/mywork.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18703
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-08-10 Thread madan ram

Changes by madan ram madan_...@rocketmail.com:


--
nosy: +aleax, eric.araujo, ezio.melotti, georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18703
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com