Results 963 comments of Ned Batchelder

Thanks, but that link asks me to login, using my mostly behind-the-scenes gmail account name, then tells me permission denied.

Meanwhile, I can read https://oss-fuzz.com/testcase-detail/5485653491580928

Can't the package also be inferred from the file paths?

FWIW, I've defined it as "a repetitive mechanical task such as updating requirements or translations."

Urwid is a mystery to me... :(

I wasn't going to use a new row, I would add it to the very top row, which has a lot of space left.

This might be controversial, but I don't think the top line needs as much help as it offers. "PuDB - ?:help" would be enough.

We have a similar problem: ``` COURSE_KEY_PATTERN = r'(?P[^/+]+(/|\+)[^/+]+(/|\+)[^/?]+)' ... urlpatterns = [ url(r'^v1/courses/{}'.format(settings.COURSE_KEY_PATTERN), CourseDetailView.as_view(), name="course-detail"), ] ``` Produces this in the doc: ``` /api/courses/v1/courses/(P{course_key_string}[/+]+{var}[/+]+api/courses/v1/courses/(P{course_key_string}[/+]+(/|\+)[/+]+{var}[/]+) ``` This is with 2.2.0.

I'm reading this issue now because I am in the situation @sethmlarson describes: I'm trying to pin dependencies with hashes. I pin pytest, which has a windows-only dependency on colorama....