Ticket #6183 task new

Opened 6 months ago

Last modified 8 weeks ago

put all the code from _*py3.py modules back where it belongs

Reported by: glyph Owned by: itamar
Priority: normal Milestone: Python-3.x
Component: core Keywords:
Cc: thijs Branch:
Author: Launchpad Bug:

Description

The Python 3 port has resulted in a ton of re-shuffling of code into new python-3 only modules. This is a temporary, incremental measure to separate out the stuff that has been ported and tested from the other stuff. Once everything is ported it should be put back.

I don't know if this should be resolved as an individual ticket or once per module or just once as each module's port is complete, so please feel free to close or split up as you feel is appropriate, I'm just filing this so the work doesn't get forgotten; it is a constant annoyance now to find that code which I used to know where it lived has disappeared into some new private module.

Change History

1

Changed 5 months ago by exarkun

The modules this relates to:

  • ./twisted/python/_reflectpy3.py
  • ./twisted/python/_utilpy3.py
  • ./twisted/internet/_utilspy3.py
  • ./twisted/internet/_endpointspy3.py

There should be no more, as that part of the porting process is over.

2

3

Changed 8 weeks ago by thijs

  • cc thijs added

4

Changed 8 weeks ago by thijs

  • milestone set to Python-3.x
Note: See TracTickets for help on using tickets.