mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
added news
This commit is contained in:
parent
9c10e61746
commit
a3c28654d4
1 changed files with 20 additions and 0 deletions
20
news/cc.rst
Normal file
20
news/cc.rst
Normal file
|
@ -0,0 +1,20 @@
|
|||
**Added:**
|
||||
|
||||
* New ``pathsep_to_set()`` and ``set_to_pathsep()`` functions convert to/from
|
||||
``os.pathsep`` separated strings to a set of strings.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* ``CommandsCache`` is now a mapping from command names to a tuple of
|
||||
(executable locations, has alias flags). This enables faster lookup times.
|
||||
* ``locate_bin()`` now uses the ``CommandsCache``, rather than scanning the
|
||||
``$PATH`` itself.
|
||||
* ``$PATHEXT`` is now a set, rather than a list.
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
Loading…
Add table
Reference in a new issue