[issue21102] 3.4.0 PDF (a4,letter) and EPUB documentation missing

2014-03-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Added missing docs releases. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue21102] 3.4.0 PDF (a4,letter) and EPUB documentation missing

2014-03-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed the symlink. Larry, where did you put the other archives? -- assignee: docs@python -> larry nosy: +georg.brandl, larry ___ Python tracker __

[issue21102] 3.4.0 PDF (a4,letter) and EPUB documentation missing

2014-03-30 Thread koobs
koobs added the comment: Missing files was supposed to read: python-3.4.0-docs-pdf-a4.{zip,tar.bz2} python-3.4.0-docs-pdf-letter.{zip,tar.bz2} python-3.4.0-docs-epub.{zip,tar.bz2} -- ___ Python tracker ___

[issue21102] 3.4.0 PDF (a4,letter) and EPUB documentation missing

2014-03-30 Thread koobs
New submission from koobs: python-3.4.0-docs-pdf-letter.{zip,tar.bz2} python-3.4.0-docs-pdf-letter.{zip,tar.bz2} are missing from: https://www.python.org/ftp/python/doc/3.4.0/ /current/ also still points to 3.3.x documentation: https://www.python.org/ftp/python/doc/current/ -- assign