8000 wraps cbook.ViewVCCachedServer class definition in a factory · matplotlib/matplotlib@2e443ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e443ff

Browse files
committed
wraps cbook.ViewVCCachedServer class definition in a factory
This class inherits from HTTPSHandler, which is not defined if python was built without support for SSL. Closes #62.
1 parent 5b12a90 commit 2e443ff

File tree

2 files changed

+198
-183
lines changed

2 files changed

+198
-183
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-03-29 Wrapped ViewVCCachedServer definition in a factory function.
2+
This class now inherits from urllib2.HTTPSHandler in order
3+
to fetch data from github, but HTTPSHandler is not defined
4+
if python was built without SSL support. - DSD
5+
16
2011-03-10 Update pytz version to 2011c, thanks to Simon Cross. - JKS
27

38
2011-03-06 Add standalone tests.py test runner script. - JKS

0 commit comments

Comments
 (0)
0