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

rename types.py to inputs.py #243

Merged
merged 2 commits into from
May 30, 2014
Merged

rename types.py to inputs.py #243

merged 2 commits into from
May 30, 2014

Conversation

dougblack
Copy link
Contributor

Fixes #170 by renaming the types module--which conflicts with the types module from the python stdlib--to inputs.

This is backwards incompatible, and won't go out until 1.0.0.

@@ -90,7 +90,7 @@ You can also convert public parameter values to internal representations ::
return statuses.index(value)


Then you can use these custom types in your RequestParser ::
Then you can use these custom input type in your RequestParser ::
Copy link
Contributor

Choose a reason for hiding this comment

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

"input types"

@skimbrel
Copy link
Contributor

+1

dougblack added a commit that referenced this pull request May 30, 2014
rename types.py to inputs.py
@dougblack dougblack merged commit c86f621 into master May 30, 2014
@joshfriend joshfriend mentioned this pull request Nov 23, 2014
8 tasks
@joshfriend joshfriend deleted the rename-types branch November 23, 2014 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename types.py?
2 participants