V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
icedx
V2EX  ›  Python

到 2016 年 02 月 14 日为止 Python 还有哪些特性在 Windows 无法使用?

  •  
  •   icedx · 2016-02-14 01:31:25 +08:00 · 2951 次点击
    这是一个创建于 3010 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我先说一个: curses
    5 条回复    2016-02-19 11:39:55 +08:00
    edsgerlin
        1
    edsgerlin  
       2016-02-14 08:48:05 +08:00
    印象里 fork 不行……
    pynix
        2
    pynix  
       2016-02-14 09:40:40 +08:00
    随便写写
    7sDream
        3
    7sDream  
       2016-02-14 13:32:25 +08:00
    dup2 ?

    os 里的一堆系统调用都不行吧……
    orzfly
        4
    orzfly  
       2016-02-14 17:12:54 +08:00   ❤️ 1
    我觉得,与其说这些是 Python 的特性,不如说是平台的特性,而 Python 只是做了一个 binding 。就像你在 Unix 系统上,也用不上 Python 提供的一些 Windows 特性的包啊,比如 winreg ……

    https://docs.python.org/2/library/windows.html
    https://docs.python.org/2/library/unix.html
    https://docs.python.org/2/library/mac.html
    Frapples
        5
    Frapples  
       2016-02-19 11:39:55 +08:00
    @edsgerlin 好像是没有 fork 不过有 muliprocessing
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   925 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 22:01 · PVG 06:01 · LAX 15:01 · JFK 18:01
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.