Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b8a79ae8
Kaydet (Commit)
b8a79ae8
authored
Haz 22, 2016
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #27365: Merge minimal part.
üst
ec51eb7b
6ff7a14b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
NEWS.txt
Lib/idlelib/NEWS.txt
+2
-2
help_about.py
Lib/idlelib/help_about.py
+1
-1
No files found.
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
b8a79ae8
...
...
@@ -58,7 +58,7 @@ What's New in IDLE 3.6.0?
Original patch by Saimadhav Heblikar.
- Issue #18410: Add test for IDLE's search dialog.
Original patch by Westley Mart
í
nez.
Original patch by Westley Mart
ín
ez.
- Issue #21703: Add test for undo delegator. Patch mostly by
Saimadhav Heblikar .
...
...
@@ -76,7 +76,7 @@ What's New in IDLE 3.6.0?
- Issue #25507: fix incorrect change in IOBinding that prevented printing.
Augment IOBinding htest to include all major IOBinding functions.
- Issue #25905: Revert unwanted conversion of ' to
’
RIGHT SINGLE QUOTATION
- Issue #25905: Revert unwanted conversion of ' to
’ R
IGHT SINGLE QUOTATION
MARK in README.txt and open this and NEWS.txt with 'ascii'.
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
...
...
Lib/idlelib/help_about.py
Dosyayı görüntüle @
b8a79ae8
...
...
@@ -130,7 +130,7 @@ class AboutDialog(Toplevel):
self
.
display_file_text
(
'About - Readme'
,
'README.txt'
,
'ascii'
)
def
ShowIDLENEWS
(
self
):
self
.
display_file_text
(
'About - NEWS'
,
'NEWS.txt'
,
'
ascii
'
)
self
.
display_file_text
(
'About - NEWS'
,
'NEWS.txt'
,
'
utf-8
'
)
def
display_printer_text
(
self
,
title
,
printer
):
printer
.
_Printer__setup
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment