| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@rmahajan14 You need to add yourself to the AUTHORS.md file and add a changelog.d/695.doc.rst file please. See CONTRIBUTING.md |
Sorry, something went wrong.
| @@ -1,4 +1,4 @@ | |||
| This is a (possibly incomplete) list of all the contributors to python-dateutil, | |||
| This is a (possibly incomplete) list of all the contributors to python-dateutil, | |||
There was a problem hiding this comment.
There are a bunch of weird unprintable characters at the beginning of this line. Is this something your editor is doing?
with open('AUTHORS.md', 'rb') as f:
print(f.read(60))
# Result:
# b'\xef\xbb\xbfThis is a (possibly incomplete) list of all the contribut'Since the sequence is 0xEFBBBF, I'm guessing that it's a Windows Byte Order Mark indicating UTF-8. I recommend that you fix your editor so that it doesn't do this anymore.
Sorry, something went wrong.
The documentation had cache and byeaster out of order from their appearance in the function's parameter list. - Added changelog for documentation change
| Back | FazBrowse Home | New Git URL |
Changed order in the rrule docstring to match with order of the keywords.
Closes #686