8000 Move future/standard_library/test/test_email to future/tests · TrendingTechnology/python-future@3eefae3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3eefae3

Browse files
committed
Move future/standard_library/test/test_email to future/tests
Also remove a stray pdb.set_trace()
1 parent 8d3fba7 commit 3eefae3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+0
-2
lines changed

future/builtins/types/newobject.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def next(self):
6868
def __unicode__(self):
6969
# All subclasses of the builtin object should have __str__ defined.
7070
# Note that old-style classes do not have __str__ defined.
71-
import pdb
72-
pdb.set_trace()
7371
if hasattr(self, '__str__'):
7472
s = type(self).__str__(self)
7573
else:

0 commit comments

Comments
 (0)
0