Python documentation for os.removexattr — what does the '*' (star) argument mean?
问题 My first question, please be gentle. I searched but could not find an answer here or elsewhere. Note that this question does not apply to unpacking of arguments like *args. In the python 3.3 documentation for os.removexattr the following is stated: os.removexattr(path, attribute, *, follow_symlinks=True) Removes the extended filesystem attribute attribute from path. attribute should be bytes or str. If it is a string, it is encoded with the filesystem encoding. This function can support