We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a800c74 commit b89158fCopy full SHA for b89158f
src/urllib3/connection.py
@@ -67,7 +67,7 @@ class BrokenPipeError(Exception):
67
68
# When it comes time to update this value as a part of regular maintenance
69
# (ie test_recent_date is failing) update it to ~6 months before the current date.
70
-RECENT_DATE = datetime.date(2019, 1, 1)
+RECENT_DATE = datetime.date(2020, 7, 1)
71
72
_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]")
73
0 commit comments