[issue37273] from pickle import rick

2019-06-14 Thread Luiz Amaral
Luiz Amaral added the comment: It seemed a good idea when I made the PR, now I feel bad for wasting your time  sorry guys. -- ___ Python tracker ___

[issue37273] from pickle import rick

2019-06-13 Thread Aldwin Pollefeyt
Aldwin Pollefeyt added the comment: It is Pickle Rick from Rick and Morty. https://en.wikipedia.org/wiki/Pickle_Rick No need to be in python libraries. But you can make your own library on github with this kind of art. :) -- nosy: +aldwinaldwin

[issue37273] from pickle import rick

2019-06-13 Thread Steven D'Aprano
Steven D'Aprano added the comment: This looks like some sort of spam or joke. There's no explanation given of what this enhancement does, the PR seems to add only a rather suspicious looking triple-quoted string. (Possibly really bad ASCII art of a finger?) In the absence of any meaningful

[issue37273] from pickle import rick

2019-06-13 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Can you please add a description over why you want to include the text in PR as part of pickle and the improvement it provides to the user? -- nosy: +xtreak ___ Python tracker

[issue37273] from pickle import rick

2019-06-13 Thread Luiz Amaral
Change by Luiz Amaral : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37273] from pickle import rick

2019-06-13 Thread Luiz Amaral
New submission from Luiz Amaral : from pickle import rick print(rick) -- components: Library (Lib) messages: 345546 nosy: luxedo priority: normal pull_requests: 13928 severity: normal status: open title: from pickle import rick versions: Python 3.8