-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain requirements 43 #67
Conversation
… configuration to use this information to perform some extra builds against various versions of Twisted.
…cifically, to be happy with either Twisted <14 or Twisted >=14 behavior.
Thanks for working on this @mithrandi :) |
@glyph: Travis is green now, can you weigh in as a reviewer here too? (since I've "tainted" the branch now with the last two commits) |
""" | ||
Return the number of distinct headers present. | ||
""" | ||
# XXX Too many _ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
file a ticket or accept your fate, never use an XXX
comment :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is copied verbatim from Twisted; my plan is to remove the code again once this functionality is removed from Nevow for good, rather than maintain it, but there should be a ticket about this so I'll file one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed #68.
Other than my one minor nitpick, . |
Just exarkun's changes with the conflict resolved. Fixes #43.