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
6d7f9375
Commit
6d7f9375
authored
Jul 02, 2008
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport of r64677.
parent
b15bdf7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Lib/test/test_cookielib.py
Lib/test/test_cookielib.py
+1
-1
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_cookielib.py
View file @
6d7f9375
# -*- coding:
utf-8
-*-
# -*- coding:
latin-1
-*-
"""Tests for cookielib.py."""
"""Tests for cookielib.py."""
import
re
,
os
,
time
import
re
,
os
,
time
...
...
Misc/NEWS
View file @
6d7f9375
...
@@ -117,6 +117,8 @@ Extension Modules
...
@@ -117,6 +117,8 @@ Extension Modules
Tests
Tests
-----
-----
- Issue #3261: test_cookielib had an improper file encoding specified.
- Patch #2232: os.tmpfile might fail on Windows if the user has no
- Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.
permission to create files in the root directory.
...
...
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