os.path.sep should always have a clear value

This commit is contained in:
Dave Halter
2019-08-06 19:57:16 +02:00
parent 99008eef43
commit 81488bcd20
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Changelog
+++++++++++++++++++
- Added file path completions, there's a **new ``Completion.type``** ``path``,
now.
now. Example: ``'/ho`` -> ``'/home/``
- ``*args``/``**kwargs`` resolving. If possible Jedi replaces the parameters
with the actual alternatives.
- Better support for enums/dataclasses