[issue26025] Document pathlib.Path.__truediv__()

2016-01-08 Thread Brett Cannon
Brett Cannon added the comment: Turns out it is if you read the PurePath docs: https://docs.python.org/3/library/pathlib.html#operators -- resolution: -> not a bug stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue26025] Document pathlib.Path.__truediv__()

2016-01-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti type: -> enhancement versions: +Python 3.5, Python 3.6 ___ Python tracker ___ __

[issue26025] Document pathlib.Path.__truediv__()

2016-01-06 Thread Brett Cannon
New submission from Brett Cannon: I noticed that the documentation for pathlib only mentions the overloading of __truediv__ in examples and not anywhere in the actual docs for the Path object itself. -- assignee: docs@python components: Documentation messages: 257617 nosy: brett.cannon