mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Merged revisions 83966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83966 | eric.smith | 2010-08-12 17:55:30 -0400 (Thu, 12 Aug 2010) | 1 line Remove unused test class. ........
This commit is contained in:
parent
5f2a7bce2e
commit
06124c0df8
1 changed files with 0 additions and 5 deletions
|
@ -525,11 +525,6 @@ class UnicodeTest(
|
|||
return 'G(' + self.x + ')'
|
||||
return object.__format__(self, format_spec)
|
||||
|
||||
# class that returns a bad type from __format__
|
||||
class H:
|
||||
def __format__(self, format_spec):
|
||||
return 1.0
|
||||
|
||||
class I(datetime.date):
|
||||
def __format__(self, format_spec):
|
||||
return self.strftime(format_spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue