[issue4819] Misc/cheatsheet needs updating

2018-03-26 Thread Mark Dickinson
Mark Dickinson added the comment: Given that Misc/cheatsheet doesn't exist any more in the Python 3 repo, and Python 2 is nearing end-of-life, I suspect this should just be closed. -- stage: needs patch -> resolved status: pending -> closed ___ Pyth

[issue4819] Misc/cheatsheet needs updating

2018-03-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- status: open -> pending versions: -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list

[issue4819] Misc/cheatsheet needs updating

2011-07-13 Thread Ezio Melotti
Ezio Melotti added the comment: Another idea might be to have a "cheatsheet" in the official docs with links to the right section and possibly a minimal description. It would be useful to get a quick overview of the features of the language and use the links to jump to the extended doc witho

[issue4819] Misc/cheatsheet needs updating

2011-07-13 Thread Éric Araujo
Éric Araujo added the comment: I spent a few minutes updating the cheatsheet. I think that the document is an outdated duplicate of random parts of the docs (syntax, man page, library reference, etc.) that’s rather hard to maintain for little benefit. Is there any evidence that people used

[issue4819] Misc/cheatsheet needs updating

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue4819] Misc/cheatsheet needs updating

2011-01-21 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Raymond Hettinger wrote: > > Raymond Hettinger added the comment: > > Perhaps the cheatsheet can be transferred to a wiki page and we can put out a > comp.lang.python call for updates. Good idea. I just want to prevent the text from being lost in SVN h

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Ezio Melotti
Ezio Melotti added the comment: Leaving it in the wiki for a while so that the community can update and improve it might be a good idea, but ultimately I think it should go in the doc. -- ___ Python tracker __

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: Past experience has shown that a cheatsheet in the main repository gets neglected. How about we open it up via a wiki or somesuch so that the community if free to update it? -- ___ Python tracker

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: FWIW, I updated the first couple of pages. If anyone finds my changes useful, here they are in issue4819.diff. -- keywords: +patch Added file: http://bugs.python.org/file20476/issue4819.diff ___ Python tracke

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Ezio Melotti
Ezio Melotti added the comment: I agree that it would be nice to have a cheatsheet somewhere, possibly in the official doc and not as a plain txt file in Misc/. FWIW another cheatsheet updated to 2.6 can be found here: http://rgruet.free.fr/PQR26/PQR2.6.html -- keywords: +gsoc nosy: +

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: Perhaps the cheatsheet can be transferred to a wiki page and we can put out a comp.lang.python call for updates. Also, +1 on the summer of code idea. -- nosy: +rhettinger ___ Python tracker

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Updating the cheat sheet would be a great summer of code like project. > We are considering using the cheat sheet as basis for a flyer in the > PSF marketing material project. IMO it's not only about updating. It's about converting it to some proper markup fo

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Updating the cheat sheet would be a great summer of code like project. We are considering using the cheat sheet as basis for a flyer in the PSF marketing material project. Please add it back and add a note to it, that it currently is missing a few langua

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, perhaps Marc-André wants to revive it. Otherwise, suggest closing indeed. -- assignee: docs@python -> nosy: +lemburg stage: -> needs patch status: open -> pending ___ Python tracker

[issue4819] Misc/cheatsheet needs updating

2011-01-20 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Misc/cheatsheet has been removed in r88127. Should this be closed? -- ___ Python tracker ___

[issue4819] Misc/cheatsheet needs updating

2010-09-01 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: -rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue4819] Misc/cheatsheet needs updating

2010-09-01 Thread Éric Araujo
Éric Araujo added the comment: Merging nosy from duplicate report. -- nosy: +pitrou, rhettinger ___ Python tracker ___ ___ Python-bugs

[issue4819] Misc/cheatsheet needs updating

2010-07-17 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: georg.brandl -> d...@python nosy: +d...@python versions: +Python 3.2 ___ Python tracker ___ ___ P

[issue4819] Misc/cheatsheet needs updating

2009-01-05 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Some more for both 2. and 3.0: - 'as' is now a keyword - 'with' is now a keyword - @ is now a valid token - 0o for octal and 0b for binary numbers - sets - str.format - BaseException I am sure I missed a lot, but the core language sections should be

[issue4819] Misc/cheatsheet needs updating

2009-01-03 Thread Mark Dickinson
New submission from Mark Dickinson : Misc/cheatsheet could do with an upgrade, both for the 2.x and 3.x branches. For 3.x, I guess the changes needed are quite extensive. I'm not sure how much needs to be changed or added for 2.x; at a quick glance, the 'with' statement, the 'x if b else y' con