This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author liu chang
Recipients Antony.Lee, liu chang
Date 2014-12-18.04:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418877048.39.0.468399368653.issue23076@psf.upfronthosting.co.za>
In-reply-to
Content
In[6]: pathlib.Path.glob("")
Traceback (most recent call last):
  File "/home/liuchang/ENV3/lib/python3.4/site-packages/IPython/core/interactiveshell.py", line 2883, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-6-a6dcf250fe73>", line 1, in <module>
    pathlib.Path.glob("")
TypeError: glob() missing 1 required positional argument: 'pattern'

the version of my python is 3.4。
I got a TypeError, No IndexError。
History
Date User Action Args
2014-12-18 04:30:48liu changsetrecipients: + liu chang, Antony.Lee
2014-12-18 04:30:48liu changsetmessageid: <1418877048.39.0.468399368653.issue23076@psf.upfronthosting.co.za>
2014-12-18 04:30:48liu changlinkissue23076 messages
2014-12-18 04:30:48liu changcreate