pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

awais786/typing py38

Open awais786 opened this issue 5 years ago • 0 comments

Set 'typing' package to be installed only on Python 2.7. This fixes the import issue raised in Python 3.7 and 3.8 on using the 'typing' module.

Issue report here with complete information

Type of changes

  • [x] Bug fix
  • [ ] New feature
  • [ ] Documentation / docstrings
  • [x] Tests
  • [ ] Other

Checklist

  • [ ] I've run the latest black with default args on new code.
  • [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • [ ] I've added tests for new code.
  • [ ] I accept that @willmcgugan may be pedantic in the code review.

Description

Please describe your changes here. If this fixes a bug, please link to the issue, if possible.

awais786 avatar May 04 '20 10:05 awais786