[Python-mode] Reducing number of forms

2014-05-14 Thread Andreas Röhler
Hi Barry, hi all, in order to shrink the python-mode.el codebase a little bit, consider to support the following py-shell commands: python, ipython, python2, python3, jython, bpython Will drop python3.3. python2.7 etc. Calling other versions than default should be easy by mapping python3 ont

Re: [Python-mode] Reducing number of forms

2014-05-14 Thread Barry Warsaw
On May 14, 2014, at 05:36 PM, Andreas Röhler wrote: >in order to shrink the python-mode.el codebase a little bit, > >consider to support the following py-shell commands: > >python, ipython, python2, python3, jython, bpython > >Will drop > >python3.3. python2.7 etc. > >Calling other versions than d

Re: [Python-mode] Reducing number of forms

2014-05-14 Thread Andreas Röhler
On 14.05.2014 22:44, Barry Warsaw wrote: On May 14, 2014, at 05:36 PM, Andreas Röhler wrote: in order to shrink the python-mode.el codebase a little bit, consider to support the following py-shell commands: python, ipython, python2, python3, jython, bpython Will drop python3.3. python2.7 et