Skip to content
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

support passing around AcceptOffer objects #379

Merged
merged 2 commits into from
Oct 10, 2018

Conversation

mmerickel
Copy link
Member

No description provided.

@@ -867,7 +899,7 @@ def acceptable_offers(self, offers):
offer_type == range_type
and offer_subtype == range_subtype
):
if range_media_type_params == []:
if range_media_type_params == ():
# If offer_media_type_params == [], the offer and the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments needs updating.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meh, whatever.

@digitalresistor digitalresistor merged commit 3f6f47a into Pylons:master Oct 10, 2018
digitalresistor added a commit that referenced this pull request Oct 15, 2018
support passing around AcceptOffer objects
This was referenced Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants