[issue18077] dis.dis raises IndexError

2013-05-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: The automatic compilation of source code cannot be added to the 2.7 version of the dis module because that would be a new feature and we don't add new features in bugfix releases. The feature was added to Python 3.x in issue #6507, and was first included in

[issue18077] dis.dis raises IndexError

2013-05-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Seconded Ronald. It's not a bug. -- nosy: +serhiy.storchaka resolution: -> invalid stage: -> committed/rejected status: open -> closed title: dis.dis throws IndexError -> dis.dis raises IndexError type: compile error -> behavior

[issue18077] dis.dis raises IndexError

2013-05-28 Thread Elazar Gershuni
Changes by Elazar Gershuni : -- title: dis.dis throws IndexError -> dis.dis raises IndexError ___ Python tracker ___ ___ Python-bugs-l