Message232856
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。 |
|
Date |
User |
Action |
Args |
2014-12-18 04:30:48 | liu chang | set | recipients:
+ liu chang, Antony.Lee |
2014-12-18 04:30:48 | liu chang | set | messageid: <1418877048.39.0.468399368653.issue23076@psf.upfronthosting.co.za> |
2014-12-18 04:30:48 | liu chang | link | issue23076 messages |
2014-12-18 04:30:48 | liu chang | create | |
|