8000 Update examples and HISTORY · Web5design/github3.py@372a6f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 372a6f6

Browse files
committed
Update examples and HISTORY
[ci skip]
2 parents c7ee56f + 1e1184c commit 372a6f6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ History/Changelog
1818

1919
- Add ``is_following`` to the ``User`` object.
2020

21+
- Add ``head``, ``base`` parameters to ``Repository.iter_pulls``.
22+
2123
- The signature of ``Hook.edit`` has changed since that endpoint has changed
2224
as well. See:
2325
github/developer.github.com@b95f291a47954154a6a8cd7c2296cdda9b610164

docs/examples/issue.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ of the issue you're concerned with in ``num``.
2727
issue.create_comment('This should be fixed in 6d4oe5. Closing as fixed.')
2828
issue.close()
2929

30+
If you would like to test the above, see
31+
`issue #109 <https://github.com/sigmavirus24/github3.py/issues/108>`_. Just
32+
follow the code there and fill in your username, password (or token), and
33+
comment message. Then run the script and watch as the issue opens in your
34+
browser focusing on the comment **you** just created.
35+
3036
The following shows how you could use github3.py to fetch and display your
3137
issues in your own style and in your webbrowser.
3238

0 commit comments

Comments
 (0)
0