Staging
v0.5.1
https://github.com/python/cpython
Revision 6a273fdc2a36f52fb70359149eff014f1b6b08d4 authored by pxinwr on 28 November 2020, 22:06:36 UTC, committed by GitHub on 28 November 2020, 22:06:36 UTC


On VxWork RTOS, FIFO must be created under directory "/fifos/". Some test cases related to fifo is invalid on VxWorks. So skip them.
1 parent a86a274
Raw File
Tip revision: 6a273fdc2a36f52fb70359149eff014f1b6b08d4 authored by pxinwr on 28 November 2020, 22:06:36 UTC
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
Tip revision: 6a273fd
index.rst
.. _using-index:

##########################
  Python Setup and Usage
##########################


This part of the documentation is devoted to general information on the setup
of the Python environment on different platforms, the invocation of the
interpreter and things that make working with Python easier.


.. toctree::
   :numbered:

   cmdline.rst
   unix.rst
   windows.rst
   mac.rst
   editors.rst
back to top