forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge python3-setup-6539-2. Make setup.py install on Python 3.
Author: itamar Reviewer: exarkun, hynek Fixes: twisted#6539 setup.py install and pip install now work on Python 3.3. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@41379 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
itamarst
committed
Jan 21, 2014
1 parent
15db086
commit 4ece689
Showing
5 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"setup.py install" and "pip install" now work on Python 3.3, installing the subset of Twisted that has been ported to Python 3. |