Skip to content

add attr docstring #74

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

Merged
merged 1 commit into from
Sep 1, 2016
Merged

add attr docstring #74

merged 1 commit into from
Sep 1, 2016

Conversation

rdpate
Copy link
Contributor

@rdpate rdpate commented Aug 31, 2016

The generated docstring merely points to the docs elsewhere. I started with "{} <{}>".format, but I'm new to attrs and wasn't sure if that meets the requirement for all supported Python versions.

@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #74 into master will not change coverage

@@           master   #74   diff @@
===================================
  Files           8     8          
  Lines         395   396     +1   
  Methods         0     0          
  Messages        0     0          
  Branches       87    87          
===================================
+ Hits          395   396     +1   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update f09cc7f...d0e59fe

@rdpate
Copy link
Contributor Author

rdpate commented Aug 31, 2016

Are supported versions clearly written anywhere? I see "rigorously tested on Python 2.7, 3.4+, and PyPy" in the readme -- does this imply 2.6/3.3 are not supported, or might work but not tested (with unannounced breakage, ...)?

@Tinche
Copy link
Member

Tinche commented Aug 31, 2016

Correct, 2.6 and 3.3 are not supported: https://github.com/hynek/attrs/blob/master/CHANGELOG.rst#1600-2016-05-23

We don't test on them so I have no idea if they will work or not (3.3 will probably work), and if they don't work we basically don't care.

@hynek hynek merged commit 60017ee into python-attrs:master Sep 1, 2016
@hynek
Copy link
Member

hynek commented Sep 1, 2016

Heh I can stress as much as I want that small contributions are welcome and people will still apologize for them. :) Thank you!

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.

4 participants