Changes between Version 45 and Version 46 of Plan/Python3
- Timestamp:
- 11/09/2012 08:05:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plan/Python3
v45 v46 46 46 1. `setup.py` should only install ported modules on Python 3 (#6040, #6096). 47 47 1. Test-driven port of the following modules (some of which may be dependencies of above steps): 48 * twisted.application 49 * internet 50 * service 48 51 * twisted.cred 49 52 * checkers (#5808) 53 * credentials (#6176) 50 54 * twisted.trial 51 55 * twisted.protocols 52 56 * basic (#6025) 53 57 * tls (#5979) 54 * twisted.web55 * client (#6077)56 * http (#6110)57 * resource (#6078)58 * server (#6079)59 * http_headers (#6080, #6082)60 58 * twisted.internet 61 59 * [ticket:6140 _newtls] … … 100 98 * [ticket:6058 error] 101 99 * [ticket:6092 hosts] 102 * twisted.application 103 * internet 104 * service 100 * twisted.web 101 * client (#6077) 102 * http (#6110) 103 * http_headers (#6080, #6082) 104 * resource (#6078) 105 * static (#6177) 106 * server (#6079) 107 * util (#6178) 108 105 109 1. [http://buildbot.twistedmatrix.com/builders/python-3.3-tests Build-slave for Python 3.3 should only run ported test modules.] 106 110 … … 144 148 * twisted.internet 145 149 * [ticket:5947 twisted.internet.defer] 146 * twisted.internet.protocol150 * [ticket:6060 twisted.internet.protocol] 147 151 * twisted.internet.utils 148 152 * twisted.persisted