Unipath
                                
                                
                                
                                    Unipath copied to clipboard
                            
                            
                            
                        real_path() missing?
Hi,
In the docs you mention real_path, but it doesn't work for me:
>>> p = Path('/run/media')    # it's a link on my machine
>>> p.real_path()
Traceback (most recent call last):
  File "<input>", line 1, in <module>
AttributeError: 'Path' object has no attribute 'real_path'
Thanks,
Laszlo