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
Changes by madan ram :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue18703>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by madan ram :
Removed file: http://bugs.python.org/file31218/gui.rst
___
Python tracker
<http://bugs.python.org/issue18703>
___
___
Python-bugs-list mailin
Changes by madan ram :
--
keywords: +patch
Added file: http://bugs.python.org/file31219/mywork.patch
___
Python tracker
<http://bugs.python.org/issue18
Changes by madan ram :
--
nosy: +aleax, eric.araujo, ezio.melotti, georg.brandl
___
Python tracker
<http://bugs.python.org/issue18703>
___
___
Python-bugs-list m
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
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
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()
Changes by madan ram :
--
title: adding an feature to python interpreter -> Adding a feature to python
interpreter
___
Python tracker
<http://bugs.python.org/issu