Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
994addc4
Commit
994addc4
authored
Aug 12, 2010
by
Eric Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused test class.
parent
3e2eab19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Lib/test/test_unicode.py
Lib/test/test_unicode.py
+0
-5
No files found.
Lib/test/test_unicode.py
View file @
994addc4
...
@@ -519,11 +519,6 @@ class UnicodeTest(string_tests.CommonTest,
...
@@ -519,11 +519,6 @@ class UnicodeTest(string_tests.CommonTest,
return
'G('
+
self
.
x
+
')'
return
'G('
+
self
.
x
+
')'
return
object
.
__format__
(
self
,
format_spec
)
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
):
class
I
(
datetime
.
date
):
def
__format__
(
self
,
format_spec
):
def
__format__
(
self
,
format_spec
):
return
self
.
strftime
(
format_spec
)
return
self
.
strftime
(
format_spec
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment