[issue30618] readlink for pathlib paths

2018-05-21 Thread Dror Levin
Change by Dror Levin : -- nosy: +spatz ___ Python tracker <https://bugs.python.org/issue30618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16113] Add SHA-3 (Keccak) support

2016-03-06 Thread Dror Levin
Changes by Dror Levin : -- nosy: +spatz ___ Python tracker <http://bugs.python.org/issue16113> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4

2009-12-12 Thread Dror Levin
Changes by Dror Levin : -- nosy: +spatz ___ Python tracker <http://bugs.python.org/issue7247> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue5833] readline update

2009-07-29 Thread Dror Levin
Dror Levin added the comment: Arch Linux devs have split the patch and applied only the extra-space fix, which is what I'm attaching now. I've compiled Python 2.6.2 on Gentoo with this patch and can report it works well (I tested with ipython). -- Added file: http://bugs.

[issue5833] readline update

2009-07-27 Thread Dror Levin
Dror Levin added the comment: This bug was reported in Arch (http://bugs.archlinux.org/task/15548) and Gentoo (https://bugs.gentoo.org/show_bug.cgi?id=279234) -- nosy: +spatz ___ Python tracker <http://bugs.python.org/issue5

[issue3054] test_disutils fails

2008-06-07 Thread Dror Levin
Dror Levin <[EMAIL PROTECTED]> added the comment: This also happens in py3k. Attached a patch that fixes this by using the dirname of sysconfig.project_base if the file is not found, but perhaps a better solution could be found... -- keywords: +patch nosy: +spatz versions: +Pyth