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

Fix httptools.__all__ #53

Merged
merged 1 commit into from
Feb 29, 2020
Merged

Fix httptools.__all__ #53

merged 1 commit into from
Feb 29, 2020

Conversation

elprans
Copy link
Member

@elprans elprans commented Feb 9, 2020

While looking at #52, I noticed that httptools.__all__ is incorrect
and doesn't actually include everything that is exported by the module,
which might entice the users to import from the private submodule
directly.

Fixes: #52

@elprans elprans requested a review from 1st1 February 9, 2020 01:44
While looking at #52, I noticed that `httptools.__all__` is incorrect
and doesn't actually include everything that is exported by the module,
which might entice the users to import from the private submodule
directly.

Fixes: #52
@elprans elprans merged commit 9340d32 into master Feb 29, 2020
@elprans elprans deleted the fix_dunder_all branch February 29, 2020 23:21
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.

API change from 0.0.13->0.1.1
2 participants