mdxs
mdxs
Updated the README.md to use text similar to that listed on PyPI, with some further recommendations aimed at readability.
Including more recent Python versions in the classifiers, as used in PyPI releases. Also added a generic Python classifier. While I've not used the current cbor 1.0.0 with Python 3.6,...
Updated the repository location to GitHub (instead of Bitbucket), so that a new release might update the PyPI listed homepage as well.
When trying to run the `make run-tests` with 2x nRF52840-Dongle (PCA10056) and 1x the nRF52-DK (PCA10040; a Dev Kit for the nRF52832), the nature of the nRF52840-Dongle to reset with...
When running "nosetests --rednose --logging-level=INFO" (after: clone, "./build.py all", "cd pytz"), I get the following FAIL message: ``` FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase) Traceback (most recent call last): tests/test_tzinfo.py line 696 in...
Update README.md with a link to Pythonista Discussions (instead of the old forum). Addressing issues #720 and #726