[Bug 671743] Re: pyshell does not work normaly

Matthias Klose doko at ubuntu.com
Sun Mar 24 19:29:12 UTC 2013


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
Foundations Bugs, which is subscribed to python-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/671743

Title:
  pyshell does not work normaly

Status in NULL Project:
  Invalid
Status in “python-defaults” package in Ubuntu:
  Invalid

Bug description:
  Pyshell does not work normaly like as i start with this tool (very
  basic commands does not work like before, example for python
  programmer: >>>a=[2,1] >>>b=a.sort() >>>print b >>>None    or an
  iterator like >>>id(chr(an int(< 128)) produce mixing 32 bits and 64
  bits answers on my 64 bytes system and not the same as python in the
  terminal or the with the IDLE. As i start with this tool the Pyshell
  worked normalely but since a time as i have detected the errors and
  after reloading the package the problemes subsist and were stronger
  everytime i reload it : I think your pacakage database is infected for
  this tool, thank's to take me right (i'am experimented with python)
  and to verify your database if the package is clean. Thank's for all
  what you do for the open source world of civilised person who wants to
  work together for a better world.

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




More information about the foundations-bugs mailing list