From report at bugs.python.org Thu Sep 1 14:13:57 2016 From: report at bugs.python.org (Jason R. Coombs) Date: Thu, 01 Sep 2016 18:13:57 +0000 Subject: [docs] [issue901727] extra_path kwarg to setup() undocumented Message-ID: <1472753637.27.0.325999872851.issue901727@psf.upfronthosting.co.za> Jason R. Coombs added the comment: Given the progression in issue27919, I suggest this documentation effort can be dropped, but feel free to revive the conversation if you disagree. ---------- nosy: +jason.coombs resolution: -> wont fix status: open -> closed _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Sep 2 00:09:02 2016 From: report at bugs.python.org (Lisa Roach) Date: Fri, 02 Sep 2016 04:09:02 +0000 Subject: [docs] [issue27779] Sync-up docstrings in C version of the the decimal module In-Reply-To: <1471375735.77.0.977501297817.issue27779@psf.upfronthosting.co.za> Message-ID: <1472789342.47.0.227364470824.issue27779@psf.upfronthosting.co.za> Lisa Roach added the comment: I will start working on the patch for this! Thanks for pointing me this way, Raymond. ---------- nosy: +lisroach _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Sep 2 05:51:25 2016 From: report at bugs.python.org (Stefan Krah) Date: Fri, 02 Sep 2016 09:51:25 +0000 Subject: [docs] [issue27779] Sync-up docstrings in C version of the the decimal module In-Reply-To: <1471375735.77.0.977501297817.issue27779@psf.upfronthosting.co.za> Message-ID: <1472809885.4.0.420565977985.issue27779@psf.upfronthosting.co.za> Stefan Krah added the comment: "hand written signatures" refers to the signatures that Argument Clinic would generate if it were used (but I don't want that). So this is an example of a hand written signature: "is_infinite($self, /)\n--\n\n\" I still wonder if people wouldn't be served better with concise docstrings, but then I'm generally in favor of a Unix manual page documentation style, so perhaps there's a cultural difference. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Sep 2 16:17:03 2016 From: report at bugs.python.org (Ivan Levkivskyi) Date: Fri, 02 Sep 2016 20:17:03 +0000 Subject: [docs] [issue27905] Add documentation for typing.Type In-Reply-To: <1472593880.19.0.114422348142.issue27905@psf.upfronthosting.co.za> Message-ID: <1472847423.55.0.153529100773.issue27905@psf.upfronthosting.co.za> Ivan Levkivskyi added the comment: Michael, thank you for helping with this! Please take a look at my comments on the patch. ---------- nosy: +levkivskyi _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Fri Sep 2 17:09:51 2016 From: report at bugs.python.org (Jaroslav) Date: Fri, 02 Sep 2016 21:09:51 +0000 Subject: [docs] [issue27902] pstats.Stats: strip_dirs() method cannot handle file paths from different OS In-Reply-To: <1472590175.77.0.992836532809.issue27902@psf.upfronthosting.co.za> Message-ID: <1472850591.49.0.357181901014.issue27902@psf.upfronthosting.co.za> Jaroslav added the comment: The paragraph is ok. I'll open. Thanks a lot. ---------- _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Sep 3 00:38:19 2016 From: report at bugs.python.org (Zachary Ware) Date: Sat, 03 Sep 2016 04:38:19 +0000 Subject: [docs] [issue19489] move quick search box above TOC In-Reply-To: <1383546510.68.0.587653327623.issue19489@psf.upfronthosting.co.za> Message-ID: <1472877499.27.0.457230237049.issue19489@psf.upfronthosting.co.za> Zachary Ware added the comment: Berker, would you mind giving this another look? If you give it the OK, I can get it committed if you don't beat me to it. ---------- assignee: docs at python -> berker.peksag _______________________________________ Python tracker _______________________________________ From report at bugs.python.org Sat Sep 3 08:33:47 2016 From: report at bugs.python.org (Berker Peksag) Date: Sat, 03 Sep 2016 12:33:47 +0000 Subject: [docs] [issue19489] move quick search box above TOC In-Reply-To: <1383546510.68.0.587653327623.issue19489@psf.upfronthosting.co.za> Message-ID: <1472906027.05.0.638523456241.issue19489@psf.upfronthosting.co.za> Berker Peksag added the comment: > Do you mean in addition to the "Quick search" text that is already on the page or do you want to remove that? The latter. All of the popular browsers (Chrome, Firefox, Edge and even Safari) already support the placeholder attribute so I think we can safely ignore IE 8 :) > What problems are you thinking of? Honestly, I can't remember now, but I was talking about old Chrome and Firefox versions. Let's ignore my comment for now. I have two more minor comments: 1. +