sorry, can't parse most if your issue, however the first one:

$ python
Python 2.7.4rc1 (default, Mar 23 2013, 19:50:27) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a=[2,1]
>>> b=a.sort()
>>> print b 
None
>>> print a
[1, 2]

is just wrong code. See the documentation for sort()

** Changed in: python-defaults (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/671743

Title:
  pyshell does not work normaly

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/671743/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to