[issue12317] inspect.getabsfile() is not documented

2019-02-14 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- nosy: -giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue12317] inspect.getabsfile() is not documented

2019-02-14 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue12317] inspect.getabsfile() is not documented

2019-02-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Given the absence of agreement among core-devs, a PR is a bit premature. Looking again at the existing docstring, I think it must be revised before copying and *not* copied as is. 0. The existing first sentence mislead me. The 'source or compiled file' mu

[issue12317] inspect.getabsfile() is not documented

2019-02-10 Thread Dong-hee Na
Dong-hee Na added the comment: @terry.reedy I submited the PR 11786 for this issue. If you are okay can you take a look please? Thanks! -- ___ Python tracker ___ _

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: 3.6 is also on security-fix-only status -- versions: -Python 3.6 ___ Python tracker ___ ___ Pyth

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch, patch, patch pull_requests: +11776, 11777, 11778 stage: needs patch -> patch review ___ Python tracker ___

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch, patch pull_requests: +11776, 11777 stage: needs patch -> patch review ___ Python tracker ___ __

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +11776 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyth

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: Hi @corona10, Antoine's message is from 2013 and inspect.getabsfile() is still not documented, I think it's safe to say he's not working on it. You can work on the issue and open a new PR on GitHub when you think it is ready for review :) -- nosy: +rem

[issue12317] inspect.getabsfile() is not documented

2019-02-07 Thread Dong-hee Na
Dong-hee Na added the comment: @pitrou Hi, Can I work on this issue? -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list

[issue12317] inspect.getabsfile() is not documented

2014-06-14 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- assignee: giampaolo.rodola -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12317] inspect.getabsfile() is not documented

2013-09-08 Thread Brett Cannon
Brett Cannon added the comment: It technically doesn't need to be a dependency, but if __file__ goes absolute then the point of the function becomes moot and thus shouldn't get documented as it is then pointless (and honestly I don't trust any code that tries to guess at what the cwd was when

[issue12317] inspect.getabsfile() is not documented

2013-09-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: This shouldn't be a dependency. The function is already implemented, it just needs to be documented. -- dependencies: -Move to absolute file paths for module.__file__ nosy: +pitrou ___ Python tracker

[issue12317] inspect.getabsfile() is not documented

2013-09-08 Thread Brett Cannon
Changes by Brett Cannon : -- dependencies: +Move to absolute file paths for module.__file__ ___ Python tracker ___ ___ Python-bugs-lis

[issue12317] inspect.getabsfile() is not documented

2013-09-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brett.cannon versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list maili

[issue12317] inspect.getabsfile() is not documented

2013-09-08 Thread Akira Kitada
Changes by Akira Kitada : -- nosy: +akitada ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue12317] inspect.getabsfile() is not documented

2012-10-25 Thread Hieu Nguyen
Changes by Hieu Nguyen : -- nosy: +hieu.nguyen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue12317] inspect.getabsfile() is not documented

2011-06-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : >>> help(inspect.getabsfile) could be copied getabsfile(object, _filename=None) Return an absolute path to the source or compiled file for an object. The idea is for each object to have a unique origin, so this routine normalizes the result a

[issue12317] inspect.getabsfile() is not documented

2011-06-11 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- assignee: giampaolo.rodola nosy: giampaolo.rodola priority: normal severity: normal status: open title: inspect.getabsfile() is not documented versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 ___ P