return type of get_date() to -> datetime.date#89
Open
meni181818 wants to merge 1 commit intoj4321:masterfrom
Open
return type of get_date() to -> datetime.date#89meni181818 wants to merge 1 commit intoj4321:masterfrom
meni181818 wants to merge 1 commit intoj4321:masterfrom
Conversation
as described in the comment. ```python """Return the content of the DateEntry as a datetime.date instance.""" ```
|
Seems the failures in the 3.6 and 3.7 tests may be related to something specific to the tests when ran in those versions. ERROR: test_calendar_textvariable (tests.test_calendar.TestCalendar)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\tkcalendar\tests\test_calendar.py", line 228, in test_calendar_textvariable
year=2015, month=1, day=3, textvariable=var)
File "C:\projects\tkcalendar\tkcalendar\calendar_.py", line 268, in __init__
self._sel_date = parse_date(self._textvariable.get(), locale)
File "C:\PYTHON36\lib\site-packages\babel\dates.py", line 1182, in parse_date
raise ParseError("No numbers were found in input")
babel.dates.ParseError: No numbers were found in input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
as described in the comment.
"""Return the content of the DateEntry as a datetime.date instance."""