[issue7331] Command line testing consistency between 2.x and 3.x

2010-07-31 Thread David Stanek

Changes by David Stanek dsta...@dstanek.com:


--
nosy: +dstanek

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7331
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7331] Command line testing consistency between 2.x and 3.x

2010-07-31 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Is this outdated now that 2.7 is out?

If not, could you give some details so that someone looking for issues tagged 
easy can have a go at a patch?

--
nosy: +merwok

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7331
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7331] Command line testing consistency between 2.x and 3.x

2010-07-31 Thread Nick Coghlan

Nick Coghlan ncogh...@gmail.com added the comment:

Not worth it - I only had problems with it because I was doing a fairly 
significant refactor of the command line testing at one point.

With 2.7 out, any changes to these tests on that branch are going to be pretty 
minor so the incompatibilities shouldn't cause major issues for forward porting.

--
resolution:  - wont fix
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7331
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7331] Command line testing consistency between 2.x and 3.x

2009-11-15 Thread Nick Coghlan

New submission from Nick Coghlan ncogh...@gmail.com:

I ran into a few gratuitous conflicts forward porting the command line
testing cleanup. This should be eliminated by making script_helper
sufficiently flexible to cover both the 2.x and 3.x use cases.

--
assignee: ncoghlan
components: Tests
keywords: easy
messages: 95322
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: Command line testing consistency between 2.x and 3.x
type: behavior
versions: Python 2.7, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7331
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7331] Command line testing consistency between 2.x and 3.x

2009-11-15 Thread Nick Coghlan

Changes by Nick Coghlan ncogh...@gmail.com:


--
priority: normal - low

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7331
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com