This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年07月16日 00:43 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg69739 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 00:43 | |
I'm disabling lib2to3 in the trunk because it fails just for Python 2.6. (Python 2.5 and 3.0 are fine.) |
|||
| msg69750 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年07月16日 02:48 | |
Reverting r64742 would have had the same effect (IMO, it shouldn't have been checked in in the first place, as it causes the test suite to fail). |
|||
| msg69751 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 02:51 | |
That revision caused the test suite to fail because it caused to be actually run. :) |
|||
| msg69753 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2008年07月16日 03:00 | |
> That revision caused the test suite to fail because it caused to be > actually run. :) Right - but now you've disabled the test again, when the original introduction of the resource lib2to3 already had the (desirable) effect of disabling the test. IOW, this is a duplicate of issue2969. |
|||
| msg69755 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年07月16日 03:17 | |
> IOW, this is a duplicate of issue2969. and so it is. Well, it's disabled now, so no point in arguing how. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:36 | admin | set | github: 47621 |
| 2008年07月16日 03:17:31 | benjamin.peterson | set | status: open -> closed resolution: duplicate messages: + msg69755 |
| 2008年07月16日 03:00:26 | loewis | set | messages: + msg69753 |
| 2008年07月16日 02:51:58 | benjamin.peterson | set | messages: + msg69751 |
| 2008年07月16日 02:48:51 | loewis | set | nosy:
+ loewis messages: + msg69750 |
| 2008年07月16日 00:45:18 | benjamin.peterson | set | type: crash title: 2to3 fails in 3.0 -> 2to3 fails in Python 2.6 |
| 2008年07月16日 00:43:20 | benjamin.peterson | create | |