[issue12214] platform module can't detect archlinux distribution

2011-05-30 Thread zhou wei
Changes by zhou wei : Added file: http://bugs.python.org/file22191/platform.py.patch ___ Python tracker <http://bugs.python.org/issue12214> ___ ___ Python-bugs-list mailin

[issue12214] platform module can't detect archlinux distribution

2011-05-30 Thread zhou wei
Changes by zhou wei : Removed file: http://bugs.python.org/file22189/platform.py.patch ___ Python tracker <http://bugs.python.org/issue12214> ___ ___ Python-bugs-list m

[issue12214] platform module can't detect archlinux distribution

2011-05-30 Thread zhou wei
New submission from zhou wei : platform.py can't detect archlinux distribution. the fix is to try to detect whether /etc/arch-release exists (archlinux is using a rolling release model, so no version, id here. https://wiki.archlinux.org/index.php/Arch_Linux). -- components: Li

[issue7898] rlcompleter add "real tab" when text is empty feature

2010-02-19 Thread zhou wei
zhou wei added the comment: Pitrou, I think you are right on "On the other hand, it will appear quite bizarre to people who have another, dedicated key for auto-completion." If I assign another key for auto-completion, the behavior becomes really strange. It happens in ipython t

[issue7898] rlcompleter add "real tab" when text is empty feature

2010-02-10 Thread zhou wei
New submission from zhou wei : When I use rlcompleter in interactive Python mode, I think it will be more convenient if autocomplete produce a real tab when text-to-autocomplete is empty. For example: >>> def test(): ... will give: Display all 182 possibilities? (y or n) instead of a