This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: from pickle import rick
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: aldwinaldwin, luxedo, steven.daprano, xtreak
Priority: normal Keywords:

Created on 2019-06-14 03:49 by luxedo, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 14070 closed luxedo, 2019-06-14 03:49
Messages (5)
msg345546 - (view) Author: Luiz Amaral (luxedo) * Date: 2019-06-14 03:49
from pickle import rick
print(rick)
msg345547 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2019-06-14 04:03
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?
msg345548 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2019-06-14 04:08
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 description of what the enhancement is supposed to do, or why it should be added as an enhancement, I'm closing this as Rejected.
msg345549 - (view) Author: Aldwin Pollefeyt (aldwinaldwin) * Date: 2019-06-14 04:46
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. :)
msg345593 - (view) Author: Luiz Amaral (luxedo) * Date: 2019-06-14 12:46
It seemed a good idea when I made the PR, now I feel bad for wasting your time 😅 sorry guys.
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81454
2019-06-14 12:46:23luxedosetmessages: + msg345593
2019-06-14 04:46:37aldwinaldwinsetnosy: + aldwinaldwin
messages: + msg345549
2019-06-14 04:08:33steven.dapranosetstatus: open -> closed

nosy: + steven.daprano
messages: + msg345548

resolution: rejected
stage: resolved
2019-06-14 04:03:29xtreaksetnosy: + xtreak
messages: + msg345547
2019-06-14 03:49:24luxedosettype: enhancement
2019-06-14 03:49:16luxedocreate