[Touch-packages] [Bug 1808133] [NEW] python3-apport emits a deprecation warning

2018-12-12 Thread Serhiy Storchaka
Public bug reported: python3-apport uses the deprecated module imp. This causes to emitting a deprecation warning when run python3 with the -Walways option, and even to changing a traceback when run python3 with the -Werror option. Example: ``` $ python3 -Walways -c '1/0' /usr/lib/python3/dist-p

[Touch-packages] [Bug 1722397] Re: idle doesn't run in 17.10

2017-10-10 Thread Serhiy Storchaka
** Changed in: python3-defaults (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1722397 Title: idle doesn't run

[Touch-packages] [Bug 1702459] Re: Failed to send request: 'str' object has no attribute 'decode' on Ubuntu 16.04

2017-10-10 Thread Serhiy Storchaka
It would be helpful if you provide a traceback. Just remove try/except or insert raise before print. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1702459 Title:

[Touch-packages] [Bug 1671952] Re: python program gets segmentation fault

2017-10-10 Thread Serhiy Storchaka
Please file a bug on the Python bug tracker (https://bugs.python.org/) and provide a minimal script that reproduces a crash. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 1628763] Re: Example of Queue from documentation fails

2017-10-10 Thread Serhiy Storchaka
This looks like there is a queue.py file in the current directory which hides the queue module from the stdlib. In Python 2.7 this module is named Queue and doesn't conflict with a local file queue.py. Can you confirm Kevin? -- You received this bug notification because you are a member of Ubunt

[Touch-packages] [Bug 1629123] Re: multiprocessing.Pool fails

2017-10-10 Thread Serhiy Storchaka
This is a duplicate of bug #628763. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/1629123 Title: multiprocessing.Pool fails Status in python3-defaults package i

[Touch-packages] [Bug 1556927] Re: python3 builtin help() fails with exception

2017-10-10 Thread Serhiy Storchaka
This is fixed in version 3.4.4 in mainstream (https://bugs.python.org/issue23898). ** Bug watch added: Python Roundup #23898 http://bugs.python.org/issue23898 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-default

[Touch-packages] [Bug 1655214] Re: re.match is anchored to the beginning of the string.

2017-10-09 Thread Serhiy Storchaka
This works as expected. See https://docs.python.org/3/library/re.html #search-vs-match . ** Changed in: python3-defaults (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults

[Touch-packages] [Bug 1722397] [NEW] idle doesn't run in 17.10

2017-10-09 Thread Serhiy Storchaka
Public bug reported: In 17.10 the idle package (v. 3.6.3-0ubuntu1) depends on Python 3.6. But the /usr/bin/idle script contains the code that doesn't work in Python 3.6. $ idle Traceback (most recent call last): File "/usr/bin/idle", line 3, in from idlelib.PyShell import main ModuleNotFou