Message 169052 - Python tracker
Oops. I had not seen Eric and Mattiahs comment to this issue, which pointed out to the problem. Sorry for not acting on this. Thanks Georg for adding those module attributes back. On Fri, Aug 24, 2012 at 9:17 AM, Roundup Robot <report@bugs.python.org> wrote: > > Roundup Robot added the comment: > > New changeset a0b3cb52816e by Georg Brandl in branch '3.2': > Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. > http://hg.python.org/cpython/rev/a0b3cb52816e > > New changeset c93fbc2caba5 by Georg Brandl in branch 'default': > Closes #9374: merge with 3.2 > http://hg.python.org/cpython/rev/c93fbc2caba5 > > New changeset a43481210964 by Georg Brandl in branch '2.7': > Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. > http://hg.python.org/cpython/rev/a43481210964 > > ---------- > resolution: remind -> fixed > status: open -> closed > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue9374> > _______________________________________