Commit 6d7f9375 authored by Brett Cannon's avatar Brett Cannon

Backport of r64677.

parent b15bdf7f
# -*- coding: utf-8 -*- # -*- coding: latin-1 -*-
"""Tests for cookielib.py.""" """Tests for cookielib.py."""
import re, os, time import re, os, time
......
...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment