We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce214d2 commit 219e8bfCopy full SHA for 219e8bf
1 file changed
bpython/cli.py
@@ -1107,7 +1107,7 @@ def write2file(self):
1107
def pastebin(self):
1108
"""Upload to a pastebin and display the URL in the status bar."""
1109
1110
- pasteservice_url = 'http://paste.pocoo.org/'
+ pasteservice_url = 'http://bpaste.net/'
1111
pasteservice = ServerProxy(urljoin(pasteservice_url, '/xmlrpc/'))
1112
1113
s = self.getstdout()
0 commit comments