Frances Hocutt

Results 10 comments of Frances Hocutt

A heads-up on a potential resource for the "expectations for conduct" point: right now there's an ongoing project to draft and adopt a [code of conduct for Wikimedia technical spaces](https://www.mediawiki.org/wiki/Code_of_conduct_for_technical_spaces/Draft)....

I wouldn't argue; this person has been going around leaving similar comments on many projects. https://github.com/jart?tab=activity

Using requests would improve security as well--requests automatically checks for ssl certificate validity, which urllib2 does not support at all.

I tried to run it in my Python 3.4 virtualenv, with the following result: ``` Python 3.4.0 (default, Apr 11 2014, 13:05:11) [GCC 4.8.2] on linux Type "help", "copyright", "credits"...

I'm interested in adding a search function as described here.

It's not that there's a particularly inefficient section; it's that I didn't find anything besides `createNsString`, `SiteInfo`, and `generateRequest` (from LogEvents.java) that joined items with `|` as would be needed...

Understood! I think there is room to make some of the existing comments clearer, so I will be working on that in the next week or so. Another question: how...

As I'm looking at this, I'm seeing that having some higher-level documentation available would help new users pick up on the structure of the framework and know where to start...

Sure, sounds good. I'll start on that after I'm done working on the README.

This may be a problem with the configuration of urllib's HTTPDigestAuthHandler.