Changes between Initial Version and Version 1 of Ticket #1328, comment 4
- Timestamp:
- 10/26/2016 09:09:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1328, comment 4
initial v1 1 1 Current state of dependencies for Python 3: 2 2 3 Note: Twisted still in development, [https://twistedmatrix.com/trac/wiki/Plan/Python3 Python 3 Plan]3 Note: Twisted still in development, [https://twistedmatrix.com/trac/wiki/Plan/Python3 Twisted Python 3 Plan] 4 4 5 5 === Core === … … 19 19 * twisted.trial import unittest - Yes 20 20 * twisted.web 21 * twisted.web.error - Almost21 * twisted.web.error - Yes 22 22 * twisted.web.resource - Yes 23 23 * twisted.web.client - Probably for GetPage and PartialDownloadError 24 24 25 25 * pyopenssl - Yes 26 * setuptools -> Distribute27 26 * pyxdg - Yes 28 27 * chardet - Yes … … 36 35 === Web === 37 36 * twisted.application 38 * twisted.application.service - No39 * twisted.application.internet - No37 * twisted.application.service - Yes 38 * twisted.application.internet - Yes 40 39 * twisted.web 41 * twisted.web.server - No42 * twisted.web.static - No40 * twisted.web.server - Yes 41 * twisted.web.static - Yes 43 42 * mako Yes 44 43