[issue31738] Lib/site.py: method `abs_paths` is not documented

2017-10-16 Thread Éric Araujo

Éric Araujo  added the comment:

Thanks for wanting to help!  This function is not meant to be public, which 
explains why it’s not documented.  Please see the devguide and the 
core-mentorship mailing list to find ways to contribute!

--
nosy: +merwok
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31738] Lib/site.py: method `abs_paths` is not documented

2017-10-10 Thread Liel Fridman

Liel Fridman  added the comment:

No, I've just tried to find something to work on as a first contribution.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31738] Lib/site.py: method `abs_paths` is not documented

2017-10-09 Thread Julien Palard

New submission from Julien Palard :

Hi, thanks for reporting.

This method has been renamed in 
https://github.com/python/cpython/commit/28a691b7fdde1b8abafa4c4a5025e6bfa44f48b9
 and is only used in Lib/site.py (currently in main()).

The function has a docstring, so:

  Help on function abs_paths in module site:

  abs_paths()
  Set all module __file__ and __cached__ attributes to an absolute path


Is this function usefull for you outside of site.py?

--
nosy: +mdk

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31738] Lib/site.py: method `abs_paths` is not documented

2017-10-09 Thread Liel Fridman

Change by Liel Fridman :


--
components: Tests
nosy: lielfr
priority: normal
severity: normal
status: open
title: Lib/site.py: method `abs_paths` is not documented
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com